mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 05:53:39 +00:00
wasm: add support for js.FuncOf
This commit is contained in:
@@ -49,3 +49,7 @@ func lookupPanic() {
|
||||
func slicePanic() {
|
||||
runtimePanic("slice out of range")
|
||||
}
|
||||
|
||||
func blockingPanic() {
|
||||
runtimePanic("trying to do blocking operation in exported function")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user