WebAssembly: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Line 61:
* [https://www.w3.org/TR/wasm-core-1 WebAssembly Core Specification]
* [https://github.com/WebAssembly/WASI WASI], ABI specification to run WASM outside of Web browsers
* [https://github.com/bytecodeallianceWebAssembly/wasmtimeWASI/blob/main/docs/WASI-overview.md WASI-operview Overview] finally a document that makes sense of WASI
* [https://github.com/CommonWA/cwa-spec CommonWA] minimal specification of the standard API for non-Web usermode environments
* [https://en.wikipedia.org/wiki/WebAssembly WebAssembly] on WikiPediaWikipedia
* [https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-overview.md WASI-operview] finally a document that makes sense of WASI
* [https://en.wikipedia.org/wiki/WebAssembly WebAssembly] on WikiPedia
* [https://developer.mozilla.org/en-US/docs/WebAssembly WebAssembly] on Mozilla Development Network
* [https://www.rust-lang.org/what/wasm Rust and WebAssembly]