We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code comments in types.hpp, module.hpp, parser.hpp etc. refer to the spec at https://webassembly.github.io/spec/core/ which currently hosts 1.1 version.
types.hpp
module.hpp
parser.hpp
fizzy/lib/fizzy/types.hpp
Line 16 in 7c45309
I'm not aware if rendered 1.0 spec is hosted somewhere, but the source is at https://github.com/WebAssembly/spec/tree/wg-1.0/document.
The text was updated successfully, but these errors were encountered:
Probably currently this one is the good oficial source of 1.0 spec https://www.w3.org/TR/2019/REC-wasm-core-1-20191205/
Sorry, something went wrong.
No branches or pull requests
Code comments in
types.hpp
,module.hpp
,parser.hpp
etc. refer to the spec at https://webassembly.github.io/spec/core/ which currently hosts 1.1 version.fizzy/lib/fizzy/types.hpp
Line 16 in 7c45309
I'm not aware if rendered 1.0 spec is hosted somewhere, but the source is at https://github.com/WebAssembly/spec/tree/wg-1.0/document.
The text was updated successfully, but these errors were encountered: