wasm-bindgen/examples/deno
2021-08-16 17:45: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 Bump to 0.2.75 (#2643) 2021-08-02 10:39:14 -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.