ceifa / wasmoon

A real lua 5.4 VM with JS bindings made with webassembly
MIT License
462 stars 27 forks source link

Deno? #47

Closed v4violet closed 1 year ago

v4violet commented 2 years ago

The README indicates that this works with Deno but I can't find any way to import it?

ceifa commented 2 years ago

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.

ceifa commented 1 year ago

Since version 1.25.0, it's much easier:

import wasmoon from 'npm:wasmoon'

https://deno.com/blog/v1.25