mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
5 lines
327 B
Bash
Executable File
5 lines
327 B
Bash
Executable File
rustc --target=wasm32-unknown-unknown --crate-type cdylib -C opt-level="z" -C "link-args=--import-memory --initial-memory=262144 -zstack-size=90000" -o tunnel.wasm tunnel.rs && \
|
|
uw8 filter-exports tunnel.wasm tunnel.wasm && \
|
|
wasm-opt -Oz --strip-producers -o tunnel.wasm tunnel.wasm && \
|
|
uw8 pack -l 9 tunnel.wasm tunnel.uw8
|