daurnimator
daurnimator
> being able to write the bulk of my logic (everything except rendering, that is) in WebAssembly calls would be awesome. Why? (I'm not sure what benefit this brings) >...
> Webassembly should not bring us much > > Have you seen the WebAssembly GC/DOM integration page? Looks like they've added to it a bit since I saw it last;...
heh. I didn't even know stdin was hooked up to [`prompt`](https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt). Looks like this is an emscripten bug. I guess you'll have to file it [over there](https://github.com/kripken/emscripten/)? ping @kripken
@kripken Wouldn't it be bisecting emscripten that's helpful here? As far as I can tell, it's something weird happening inside of fread/libc/syscall emulation, rather than in lua.vm.js.
I'm curious why you need 5.1 explicitly. With compatibility options turned on, 5.2 has almost everything 5.1 has. Otherwise, you should be able to just swap out the `lua` directory...
> I need LUA Please note, "Lua" is not an acronym > 5.1 because I am using tolua++ for my embedded project. > It is working great despite all the...
For what it's worth, I've been considering how Lua scripts might look on the web in general, and I'm thinking attaching a `version="5.1"` or similar in the `` tag would...
@d9k sure. send a PR of where you think the link belongs best :)
There haven't been any changes (aside from build system) since when you posted this... not sure what would have broken anything.
Thanks for your interest. I've moved on from lua.vm.js and am now only accepting bug fixes. Please consider using the successor to lua.vm.js, [fengari](https://fengari.io/)