Last active
June 2, 2026 18:24
-
-
Save kripken/1759e0f618e0a755e5a69f28f6b78142 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (module | |
| (type $0 (func (result i32))) | |
| (type $1 (func)) | |
| (type $2 (array (mut funcref))) | |
| (type $3 (func (param i32 (ref $2) i32) (result i32))) | |
| (type $4 (array funcref)) | |
| (type $5 (func (result (ref $4)))) | |
| (type $6 (func (param i32) (result i32))) | |
| (type $7 (func (param i32 i32) (result i32))) | |
| (type $8 (func (result funcref))) | |
| (global $global$0 (ref $0) (ref.func $0)) | |
| (global $global$1 (ref $3) (ref.func $3)) | |
| (export "global$_1" (global $global$0)) | |
| (export "0_invoker" (func $5)) | |
| (export "2_invoker" (func $5)) | |
| (export "3_invoker" (func $5)) | |
| (export "4_invoker" (func $5)) | |
| (export "6_invoker" (func $5)) | |
| (export "7_invoker" (func $6)) | |
| (export "8_invoker" (func $5)) | |
| (export "10_invoker" (func $5)) | |
| (export "11_invoker" (func $5)) | |
| (export "func" (func $7)) | |
| (export "func_invoker" (func $5)) | |
| (export "func_33_invoker" (func $5)) | |
| (export "new" (func $1)) | |
| (export "get" (func $2)) | |
| (export "set_get" (func $4)) | |
| (export "global$_2" (global $global$1)) | |
| (func $0 (result i32) | |
| (unreachable) | |
| ) | |
| (func $1 (result (ref $4)) | |
| (unreachable) | |
| ) | |
| (func $2 (param $0 i32) (result i32) | |
| (unreachable) | |
| ) | |
| (func $3 (param $0 i32) (param $1 (ref $2)) (param $2 i32) (result i32) | |
| (unreachable) | |
| ) | |
| (func $4 (param $0 i32) (param $1 i32) (result i32) | |
| (unreachable) | |
| ) | |
| (func $5 | |
| ) | |
| (func $6 | |
| (unreachable) | |
| ) | |
| (func $7 (result funcref) | |
| (unreachable) | |
| ) | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters