wasm-bindgen/examples/deno
Michael Rosenberg eba691f38c
Bumped crate versions (#3079)
* Added example-tests to the crate nopublish list

* Bumped crate versions
2022-09-12 09:26:21 -05:00
..
crate address pr comments 2020-06-03 22:31:05 +02:00
src fix deno import logic to include non-placeholder-module imports 2020-06-03 22:33:15 +02:00
build.sh address pr comments 2020-06-03 22:31:05 +02:00
Cargo.toml Bumped crate versions (#3079) 2022-09-12 09:26:21 -05:00
defined-in-js.js address pr comments 2020-06-03 22:31:05 +02:00
README.md docs(readme): update linked blocking issue (#2659) 2021-08-16 17:45:21 -05:00
test.ts address pr comments 2020-06-03 22:31:05 +02:00

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.