waffle icon indicating copy to clipboard operation
waffle copied to clipboard

Results 7 waffle issues
Sort by recently updated
recently updated
newest added

Currently passing no return types for i32const and i32add passes validation, but results in a compilation panic.

https://github.com/WebAssembly/tool-conventions/blob/main/Linking.md This requires some way to indicate that a constant should be filled by a relocation, a way to emit relocations and a way to create data sections.

Rust added wasm unwinding using exceptions, so support would be great (both in the main repo and my fork) Intruoduction: https://github.com/rust-lang/rust/pull/121438