Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 537 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 537 Bytes

Hollow Example

Steps to compile

The compilation process is still a little bit rough on the edges, we'll work on improving it. For the time being, please follow the steps detailed below.

  1. Install wasm-tools
cargo install wasm-tools
  1. Compile your crate using a wasm32 target
cargo build --target=wasm32-unknown-unknown
  1. Use wasm-tools to turn the wasm module into a component
wasm-tools component new ./target/wasm32-wasi/debug/hollow-sundae-example.wasm -o hollow-sundae-example-component.wasm