wasmoon
wasmoon copied to clipboard
Deno?
The README indicates that this works with Deno but I can't find any way to import it?
I have never tried to be honest. But the package is exported as UMD, so it should work well in deno with compat mode enabled.
Since version 1.25.0, it's much easier:
import wasmoon from 'npm:wasmoon'
https://deno.com/blog/v1.25