Skip to content

antmicro/wash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Assembly SHell

Copyright (c) 2022-2023 Antmicro

This repository contains a custom shell implementation that supports the wasm32-wasi target; with an extended set of system calls implemented by wasi_ext_lib.

Build for wasi target

You will need a custom Rust nightly toolchain that builds wasi_ext_lib project. Get the custom Rust compiler by following the intructions in build and Rust library sections. It is required to define WASI_SDK_PATH environment variable.

After completing the previous steps, with the following command you can build wash:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages