diff --git a/wasm_exec.js b/wasm_exec.js
index 5365a841cd2ff018149c25666e4b525a42bc1344..d1fc45c64cab1098d24c2099a3878ea755bd46a4 100644
--- a/wasm_exec.js
+++ b/wasm_exec.js
@@ -452,7 +452,7 @@
 						console.log(value);
 					},
 
-					// func Throw(exception string, message string)
+					// func Throw(exception, message unsafe.Pointer)
 					'gitlab.com/elixxir/wasm-utils/exception.throw': (sp) => {
 						const exception = loadString(sp + 8)
 						const message = loadString(sp + 24)