Core API
Core API is a set of features for executing modules that conform to the WebAssembly Core Specification.
📄️ Loading a Module
Basics
📄️ Instantiation
To use the loaded module, you need to instantiate it.
📄️ Calling a function
You can call functions exported by a module.
📄️ Bindings
You can import C# methods as WebAssembly functions.
📄️ Wasm Specifications
- WaaS is a WebAssembly interpreter that satisfies WebAssembly Core Specification 1.0.