Skip to content
Snippets Groups Projects
Commit a4528471 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fix function params

parent 4ebcb37b
No related branches found
No related tags found
No related merge requests found
...@@ -452,7 +452,7 @@ ...@@ -452,7 +452,7 @@
console.log(value); console.log(value);
}, },
// func Throw(exception string, message string) // func Throw(exception, message unsafe.Pointer)
'gitlab.com/elixxir/wasm-utils/exception.throw': (sp) => { 'gitlab.com/elixxir/wasm-utils/exception.throw': (sp) => {
const exception = loadString(sp + 8) const exception = loadString(sp + 8)
const message = loadString(sp + 24) const message = loadString(sp + 24)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment