mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2025-01-06 04:07:47 +03:00
eba691f38c
* Added example-tests to the crate nopublish list * Bumped crate versions |
||
---|---|---|
.. | ||
crate | ||
src | ||
build.sh | ||
Cargo.toml | ||
defined-in-js.js | ||
README.md | ||
test.ts |
Using deno
You can build the example with
$ ./build.sh
and test it with
$ deno run --allow-read test.ts
The --allow-read
flag is needed because the wasm file is read during runtime.
This will be fixed when https://github.com/denoland/deno/issues/2552 is resolved.