Ryan Hunt
Ryan Hunt
@conrad-watt My primary concern around reinterpreting one POD array as another (e.g. i32 as i8) is how to emit efficient bounds checks. For SM, our arrays all have a length...
I think it'd be fine if we end up with two copies of all of the memory instructions, as long as it solves all the use cases and we don't...
To restate from the meeting, I originally had some hesitation around specifying the import name for string constants before we knew if the [compact import section](https://github.com/webassembly/compact-import-section) proposal would be standardized....
@guybedford I don't think we need to use the scheme to make a distinction between 'JS builtins' and 'JS conventions'. For the phase example you could use `wasm:js/phase/source` just as...
> Sure, agreed with aligning on wasm: here then and avoiding wasm-js: for now. Let's please ensure wasm:js/string-constants is an exception to most other builtins though in using a kebab...
@guybedford Overall LGTM. I'm uncertain about the string constants import though. I think we'd be unhappy if we were always stuck with `wasm-js:strings` (a verbose name) and also compact-imports is...
@guybedford How confident are we that the import attribute syntax won't grow beyond the capabilities of URL query params? I'm a little mixed on this, because while it'd be nice...