Skip to content

antmicro/wasibox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wasibox

Copyright (c) 2022-2023 Antmicro

Wasibox is a collection of utilities targetted mainly at the wasi architecture.

Build for wasi target

You will need a custom Rust nightly toolchain that builds wasi_ext_lib.

Get the custom Rust compiler by following the intructions in build and Rust library sections.

After completing the previous steps, you need to define CC with WASI_SDK_PATH environment variable before you start building the project:

export CC="${WASI_SDK_PATH}/bin/clang --sysroot=${WASI_SDK_PATH}/share/wasi-sysroot"

cargo +stage2 build --target wasm32-wasi --release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages