@hazae41/stdbob
v0.0.19
Published
Standard libraries for Bobine WebAssembly VM
Readme
stdbob
Standard libraries for Bobine WebAssembly VM
npm install @hazae41/stdbobUsage
AssemblyScript
Just import the library from your AssemblyScript file
import { modules, blobref } from "@hazae41/stdbob"
export function main(): blobref {
return modules.self()
}And compile with reference-types enabled and stub runtime
asc ./mod.ts -o ./mod.wasm --runtime stub --enable reference-typesThen deploy the .wasm file to your Bobine VM
