Join our Discord Server
Docker and Wasm – Better Together

Fission: WebAssembly Environment

Estimated reading: 1 minute 88 views

A Docker file to build a Wasm Builder Environment

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.

 

Source ~ https://github.com/leviyanx/fission-wasm-images

Share this Doc

Fission: WebAssembly Environment

Or copy link

CONTENTS
Join our Discord Server