Skip to content

leviyanx/fission-wasm-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fission: WebAssembly Environement

Usage

Refer to README in the example directory.

Compiling

To build the runtime environment:

docker build -f Dockerfile . -t ${user}/wasm-env:${tag}

(WasmEdge folder is from https://github.com/WasmEdge/WasmEdge/releases)

To build the builder environment:

cd builder/ && docker build -f Dockerfile . -t ${user}/wasm-builder:${tag}

Reference

The rust-code in example directory comes from https://github.com/second-state/wasm-learning.

About

docker file to build a wasm builder environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published