spec icon indicating copy to clipboard operation
spec copied to clipboard

WebAssembly specification, reference interpreter, and test suite.

Results 133 spec issues
Sort by recently updated
recently updated
newest added

How can I use the specific interpreter in typescript?

From phase 4 entry requirements: https://github.com/WebAssembly/meetings/blob/main/process/phases.md#4-standardize-the-feature-working-group ``` The formalization and the reference interpreter are usually updated (though these two can be done as part of step 3 at the Working...

I only today found that the proposal rules for WASI are different and arguably incompatible with the rules of WebAssembly. Notably to advance to stage 4 is different in ways...

In https://webassembly.github.io/spec/js-api/#error-objects the constructor steps say to "implement the NativeError Object Structure" > 2. [For each](https://infra.spec.whatwg.org/#list-iterate) error of « "CompileError", "LinkError", "RuntimeError" », > 1. Let constructor be a new...

This was originally discussed in https://github.com/WebAssembly/JS-BigInt-integration/issues/12. I would like to propose revisiting but since that repo has been archived I'm restarting the conversation here. I've worked on getting memory64 working...

`CreateBuiltinFunction` expects an Abstract Closure since https://github.com/tc39/ecma262/issues/1894. Not urgent, though.

wasm-js-api-1
editorial

It speaks about obsolete proposals. However, this directory is also where proposal authors develop their own proposals .. which are definitely not obsolete. IMO, this is a side-effect of the...

The algorithm for [run a host function](https://github.com/WebAssembly/spec/blob/bc76fd79cfe61033d7f4ad4a7e8fc4f996dc5ba8/document/js-api/index.bs#L1080) uses `ReturnIfAbrupt` (`[=?=]`) when calling the underlying JS function (meaning it can just return the completion record), or otherwise returns the result value(s)...

Apologies if this is a bad place to post this, I had a tough time deciding which repo would be most fitting. For my CS Master's thesis I built upon...

There does not appear to be a simple way to access built older versions of the WebAssembly specification, particularly 1.0, in archivable form (the various builds, i.e. PDF etc.) I...