mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
8 lines
223 B
Plaintext
8 lines
223 B
Plaintext
(module
|
|
(func $exampleImport (import "example" "exampleImport") (param i32) (result i32))
|
|
(func $exampleExport (export "exampleExport") (param $value i32) (result i32)
|
|
get_local $value
|
|
call $exampleImport
|
|
)
|
|
)
|