The hb-sandbox
repository is a development environment for compiling and testing WebAssembly (WASM) code in the context of the HyperBeam project. It provides the necessary tools and Docker configurations to compile source code into WASM files and integrate them into the HyperBeam repository for testing and further development.
The hb-sandbox
is designed to:
- Build a WASM compiler for generating WASM files from source code.
For detailed instructions on setting up the environment, compiling the WASM, and running tests with HyperBeam, please refer to the full documentation:
https://permaweb.github.io/hb-sandbox
- Clone the
hb-sandbox
repository. - Follow the prerequisites to install necessary dependencies (like Docker, Erlang, and Rebar3).
- Use the provided scripts to build the WASM compiler and integrate the WASM into the HyperBeam project.
For more detailed steps, please refer to the WASM Compiler Setup, Using the WASM in Hyperbeam, and Hyperbeam Repository Setup.