📄️ Importing WebAssembly
Wasmbox includes an import pipeline for WASM assets which validates, initialises, transforms, optimises, precompiles and compresses the WASM. Any .wasm (binary WebAssembly) or .wat (text WebAssembly) files will automatically be processed and imported through this pipeline into a WasmAsset.
📄️ WASM Asset
A WasmAsset is a WASM module which has been imported from a .wasm or .wat file and converted into a form ready to load at runtime. For WasmAsset scripting documentation see here.