Ben L. Titzer
Ben L. Titzer
Another binary format option that came up during the hybrid CG meeting was to not use a flag bit, but to use a (perhaps illegal) instruction. For example, the `unreachable`...
Well, I haven't been using the issue tracker as intended, but @s123unny implemented a graph coloring register allocator that is activated by -O2 now.
I'm going to close this as the graph-coloring register allocator is pretty stable, running in CI at -O2.
Wizard also checks the signature before unwinding the caller frame. Off the top of my head, callee-side checking can still be accomplished if the callee is also responsible for retracting...
In v8-native, you can just check for the global "WASM" object, which is exposed by V8, and it should have appropriate methods. On Sat, Nov 21, 2015 at 6:41 AM,...
Whoops, you should be good to go. On Sat, Nov 28, 2015 at 6:32 AM, Alon Zakai [email protected] wrote: > Reminder that I'm all set to upload some builds to...
Ok, I'll try them out tomorrow and see if they work in v8! On Sun, Nov 29, 2015 at 11:02 PM, Alon Zakai [email protected] wrote: > Ok, I uploaded two...
So, I tried out the helloworld example. Here's what I found: in emscripten/hello_world/src.cpp.o.js, there is this code: // Load the wasm module var binary = Module['readBinary']("src.cpp.o.wast"); ``` // Create an...
I guess sexpr_wasm flattens the module names out, so maybe it doesn't matter? On Tue, Dec 1, 2015 at 7:38 PM, Alon Zakai [email protected] wrote: > Nice, this is getting...
The call_indirect failing might be because I disabled the global initialization to get past it. On Tue, Dec 1, 2015 at 7:41 PM, Ben L. Titzer [email protected] wrote: > I...