Samsung / walrus

WebAssembly Lightweight RUntime
Apache License 2.0
37 stars 10 forks source link

Add run-all-exports and entry program parameters #108

Closed gergocs closed 1 year ago

gergocs commented 1 year ago

Usage: run-all-exports will run every exported function without parameter walrus --run-all-exports ./runtime.wasm entry will run a function walrus --entry runtime ./runtime.wasm

Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu