| (module | |
| (import "env" "memoryBase" (global $memoryBase i32)) | |
| (import "env" "tableBase" (global $tableBase i32)) | |
| (import "env" "memory" (memory $0 256)) | |
| (import "env" "table" (table 0 anyfunc)) | |
| (import "env" "globally" (global $i-collide f64)) | |
| (global $b f64 (get_global $i-collide)) | |
| (global $g-collide f64 (get_global $i-collide)) | |
| ) | |