wasmoon icon indicating copy to clipboard operation
wasmoon copied to clipboard

A real lua 5.4 VM with JS bindings made with webassembly

Results 44 wasmoon issues
Sort by recently updated
recently updated
newest added

First of all, I can't reproduce this issue in the master branch of wasmoon. What I did: 1. I compile lua and c files in my project, with emscripten's SAFE_HEAP...

I cannot inject lua into the script I am running or modify it to use pcall. I am using (and must use `.doString`). I looked through the source code and...

any while loop or for loop seems to strangely enough completely stop JS and freeze the page until done. no errors are reported and i can't find a way around...

lua doStringSync can get lua traceback ``` lua.doStringSync(` local a = 1 local throw_error = function() error('test error') end -- throw_error() -- local ret = pcall(throw_error, a) local throw_error_wrap =...