blob: 2cea9e48cd23afe1c94bcc7ca194c08777a2ac7f [file] [edit]
/*
(module
(type (;0;) (func (param i32 i32 i32) (result i32)))
(type (;1;) (func (param i64 i32 i32 i32 f64 i32 i32 i32 i32 i32 i32)))
(type (;2;) (func))
(table (;0;) 1 53 exnref)
(table (;1;) 23 28 arrayref)
(table (;2;) 21 65 structref)
)
*/
var data = [ 0x0, 0x61, 0x73, 0x6d, 0x1, 0x0, 0x0, 0x0, 0x1, 0x99, 0x0, 0x3, 0x60, 0x3, 0x7f, 0x7f, 0x7f, 0x1, 0x7f, 0x60, 0xb, 0x7e, 0x7f, 0x7f, 0x7f, 0x7c, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x0, 0x60, 0x0, 0x0, 0x4, 0x8d, 0x0, 0x3, 0x69, 0x1, 0x1, 0x35, 0x6a, 0x1, 0x17, 0x1c, 0x6b, 0x1, 0x15, 0x41 ];
var wasm_code = new Uint8Array(data);
var wasm_module = new WebAssembly.Module(wasm_code);
var wasm_instance = new WebAssembly.Instance(wasm_module);