{"library":"wasmbuilder","type":"library","category":null,"description":"WasmBuilder is a JavaScript package initially released in 2019, designed for the manual construction of WebAssembly (WASM) modules. It operates at an extremely low level, requiring developers to specify WASM bytecode directly in hexadecimal format. The library provides a programmatic interface to define functions, memory, and tables, offering fine-grained control over the WASM module's internal structure without relying on higher-level language compilation. Its last recorded update was in October 2019, with version 0.0.16, indicating the project is no longer actively maintained. This low-level approach differentiates it from compilers and makes it suitable primarily for educational purposes, deep dives into WASM internals, or highly specialized niche use cases requiring byte-level WASM manipulation.","language":"javascript","status":"abandoned","version":"0.0.16","tags":["javascript","wasm","script","generator"],"last_verified":"Wed May 27","install":[{"cmd":"npm install wasmbuilder","imports":["const WasmBuilder = require('wasmbuilder');","const builder = new WasmBuilder();"]},{"cmd":"yarn add wasmbuilder","imports":[]},{"cmd":"pnpm add wasmbuilder","imports":[]}],"homepage":null,"github":"https://github.com/iden3/wasmbuilder","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/wasmbuilder","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/wasmbuilder/compatibility"}}