mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Fix odin.js loadCstring to use pointer address correctly.
This commit is contained in:
@@ -110,7 +110,7 @@ class WasmMemoryInterface {
|
||||
}
|
||||
|
||||
loadCstring(ptr) {
|
||||
return this.loadCstringDirect(this.loadPtr(ptr));
|
||||
return this.loadCstringDirect(ptr);
|
||||
}
|
||||
|
||||
loadCstringDirect(start) {
|
||||
|
||||
Reference in New Issue
Block a user