Ben Visness

Results 88 comments of Ben Visness

Well, we explicitly implemented [the opposite](https://bugzilla.mozilla.org/show_bug.cgi?id=1977692) based on the above reading of the spec, but I'm sure we'd be able to change it.

There has been much discussion on this subject over the years, and the latest thoughts on the matter can be found in the [memory control proposal](https://github.com/WebAssembly/memory-control/blob/main/proposals/memory-control/Overview.md). There have also been...

I see there are a gazillion CI failures that I don't get locally when running `cargo test`. I tried running `cargo test --all` and `cargo test --locked --all` (no idea...

I am making good progress on the text parser, I think, but also, I have found myself in an absolute lifetime disaster here. I would really appreciate any guidance on...

As I mentioned on Zulip, I can't seem to use `wasm-tools parse` on the following file because I get an end-of-file error: ``` (module (import "foo" "bar" (func (param i32)))...

Ok, I think it's all pretty much working, except that there are WIT linking issues that I don't know how to resolve. Would appreciate any guidance on that. I'll leave...

No idea what those test failures are...I don't think I changed that file. If you'd like, I can wait to add spec tests for compact imports before merging this? But...

Well, I rebased, I added some tests, they work locally, and now I'm getting newly inscrutable build errors.