Skip to content

Wasm.Run

Name Mandatory Description Default Type
⬅️ Input The input of the shard, if any String
Output ➡️ The resulting output of the shard String
Module No The wasm module to run. `` PathString
Arguments No The arguments to pass to the module entrypoint function. none None[String]Var([String])
EntryPoint No The entry point function to call when activating. _start String
StackSize No The stack size in kilobytes to use. 1024 Int
ResetRuntime No If the runtime should be reset every activation, altho slow this might be useful if certain modules fail to execute properly or leak on multiple activations. true Bool
CallConstructors No Use if it might be necessary to force a call to __wasm_call_dtors, modules generated with WASI rust might need this. false Bool