Luke Wagner

Results 396 comments of Luke Wagner

FWIW, I've also wanted to define a new `strings` section that allowed common strings to be factored out and referred to by `stringidx` anywhere an inline string literal can be...

> Are there other locations I'm missing? Yep! If we get back to adding [module-linking](https://github.com/WebAssembly/module-linking) to core wasm, then `instance` definitions (which supply import arguments by name) would be another...

Would it be safe to say that compact import sections would allow string constants in the js-builtins proposal to use the same `wasm:...` module string as all the other JS...

Glad to have someone look into this! One important thing to consider is the performance on a 64-bit implementation using signal-handling to perform bounds checking: Currently, one can reserve (4gb...

Wrapping or non-determinism definitely sound worse and also may be something we'd regret in the future: my hope is that one day in the far future we'll get to use...

There's also a lot of work on ergonomics and integrating into existing ESM/node workflows over in https://rust-lang-nursery.github.io/rust-wasm/. In particular, you can see mentioned in the README.md that one of the...