..
2020-06-03 22:31:05 +02:00
2020-06-03 22:31:05 +02:00
2020-06-03 22:31:05 +02:00
2020-06-03 22:31:05 +02:00
2020-06-03 22:31:05 +02:00
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/5609 is resolved.