CharlieTap

Results 40 comments of CharlieTap

As of `2.0.0-1.2.0` Chasms plugin now supports generating code that works across JS targets so I'm going to close this. Please note this does not mean chasm (the virtual machine)...

Hey thanks, I'm able to reproduce this by running R8 on the build. 0.9.6 is coming sometime in the next 2 weeks and I will aim to get a fix...

Just an update on this, I've reached out to the R8 team and they're giving some steer. It won't make 9.6.0 but I will do a minor release as soon...

Hey, the original ticket was here: https://issuetracker.google.com/issues/400746842 Its now fixed but that version of R8 will not be baked into AGP just yet, to use it you can override R8...

I'm going to leave this open until we get a version of AGP with a version of R8 > 8.8.39 and then I'll add some docs pointing to that

This was fixed in versions >= AGP 8.9.2

WASI Preview 2 is unlikely for a while, it requires the runtime to support the [component model proposal](https://github.com/WebAssembly/component-model) which is currently Phase 1. This means it will likely change a...

@tufanbarisyildirim WASI P1 is now possible using: https://github.com/illarionov/wasi-emscripten-host

Hey @tlively Sure so here on allocation it mentions passing in the global initializer values as a prior, it's impossible to compute these before allocation because their expressions can call...

This also applies to element segment initial expressions also in the spec, data segments are already after module allocation so they are fine as they are. @rossberg It's actually a...