mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
wasm: add test for js.FuncOf
While there are some browser tests, Node.js is just a lot better for testing this kind of stuff because it's much faster and we don't need a browser for this.
This commit is contained in:
committed by
Ron Evans
parent
5e3c816373
commit
cd2bb8333d
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
calling callback!
|
||||
inside callback! parameters:
|
||||
parameter: 1
|
||||
parameter: 2
|
||||
parameter: 3
|
||||
parameter: 4
|
||||
result from callback: 10
|
||||
Reference in New Issue
Block a user