Skip to content

Latest commit

 

History

History
 
 

deno

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 denoland/deno#2552 is resolved.