aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-10 08:23:35 -0400
committerXe Iaso <me@xeiaso.net>2025-04-10 08:23:35 -0400
commiteb53e156b91fd672fa8a9c594f92de50b09b491f (patch)
tree7dec6da9adf543d228b69e0654ab370dba3ea7bf
parent5a3c0ee6aa04de98d2bfdd9936e6a9878018c935 (diff)
downloadanubis-eb53e156b91fd672fa8a9c594f92de50b09b491f.tar.xz
anubis-eb53e156b91fd672fa8a9c594f92de50b09b491f.zip
wasm: remove something added as a bit to demonstrate how the memory range was statically allocated
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--wasm/wasm.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/wasm/wasm.go b/wasm/wasm.go
index 4f21aac..8f1aeb2 100644
--- a/wasm/wasm.go
+++ b/wasm/wasm.go
@@ -111,8 +111,6 @@ func (r *Runner) dataPtr(ctx context.Context) (uint32, error) {
return 0, err
}
- fmt.Printf("data pointer: 0x%x\n", results[0])
-
return uint32(results[0]), nil
}