ceifa / wasmoon

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

Publish to https://deno.land/x ? #61

Open matklad opened 1 year ago

matklad commented 1 year ago

This module doesn’t have any runtime dependencies, and would be a nice addition to the Deno ecosystem :)

ceifa commented 1 year ago

Indeed! The problem is that the last time I tried to run it on Deno it didn't work out of the box, I believe that we have to do some modifications before releasing.

Anyway, it should work fine with the npm interoperability https://github.com/ceifa/wasmoon/issues/47

frankhale commented 6 months ago

Just tried on latest Deno 1.40.4 and it's working very nicely using the NPM support.