mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 04:23:41 +00:00
Fix typo in wasm_exec.js, syscall/js.valueLoadString()
This commit is contained in:
@@ -408,7 +408,7 @@
|
||||
|
||||
// func valueInstanceOf(v ref, t ref) bool
|
||||
"syscall/js.valueInstanceOf": (v_addr, t_addr) => {
|
||||
return loadValue(v_attr) instanceof loadValue(t_addr);
|
||||
return loadValue(v_addr) instanceof loadValue(t_addr);
|
||||
},
|
||||
|
||||
// func copyBytesToGo(dst []byte, src ref) (int, bool)
|
||||
|
||||
Reference in New Issue
Block a user