forked from rustwasm/wasm-bindgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb-sys.wat
20 lines (19 loc) · 958 Bytes
/
web-sys.wat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(module $reference_test.wasm
(type (;0;) (func (result i32)))
(type (;1;) (func (param i32)))
(type (;2;) (func (param i32 i32) (result i32)))
(type (;3;) (func (param i32 i32 i32 i32) (result i32)))
(func $__wbindgen_realloc (;0;) (type 3) (param i32 i32 i32 i32) (result i32))
(func $__wbindgen_malloc (;1;) (type 2) (param i32 i32) (result i32))
(func $get_url (;2;) (type 0) (result i32))
(func $get_media_source (;3;) (type 0) (result i32))
(func $__wbindgen_exn_store (;4;) (type 1) (param i32))
(memory (;0;) 17)
(export "memory" (memory 0))
(export "get_url" (func $get_url))
(export "get_media_source" (func $get_media_source))
(export "__wbindgen_exn_store" (func $__wbindgen_exn_store))
(export "__wbindgen_malloc" (func $__wbindgen_malloc))
(export "__wbindgen_realloc" (func $__wbindgen_realloc))
(@custom "target_features" (after code) "\04+\0amultivalue+\0fmutable-globals+\0freference-types+\08sign-ext")
)