Skip to content

txpipe/hollow-sundae-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages