Defined in: WasmHelper.gd
The script contains helper constants and functions for using the addon.
const TYPE_I32 = 1
const TYPE_I64 = 2
const TYPE_F32 = 3
const TYPE_F64 = 4
const TYPE_VARIANT = 6
Loads a new Webassembly module. Returns null
if it fails.
Loads a new Webassembly module from file.
Path can be a Godot-specific path or global path. Returns null
if it fails.