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 denoland/deno#2552 is resolved.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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 denoland/deno#2552 is resolved.