Nick Fitzgerald
Nick Fitzgerald
See also https://github.com/WebAssembly/gc/issues/565 for potential benchmarks.
Thanks for making this PR. Because `allocator_api2` is a public dependency, this can't merge until the next breaking change. See https://github.com/fitzgen/bumpalo/issues/277 for some details and discussion.
To echo what others have said: thanks for filing an issue with lots of great context @whitequark. -------------------------- @alexcrichton @cfallin: to be clear, we don't intend to ever unwind native...
FWIW, we have an open RFC discussing Wasm exceptions and working towards consensus on implementation strategy and incremental milestones: https://github.com/bytecodealliance/rfcs/pull/36
Filed an upstream issue for adding this support to `wasm-smith`: https://github.com/bytecodealliance/wasm-tools/issues/2384
> do you think our goal will need to be changed to: replace `iconst` to some general int type or just change the `iconst` usage to allow handling different ints...
> I think that approach makes sense, sounds like the first 2 steps are pretty close to my original PR but with the reset function marked as unsafe - is...
> Have updated to address some of the feedback, still need to add tests though - not familiar with quickcheck so will need to figure that out. Probably won't have...
cc @f0rki: you added the careful mode, do you by chance have any idea why the above could be failing?
Does rustc/LLVM have full sanitizer support for macos now? I think that some has been added but I've never tried running any of the examples on anything but Linux.