wasm: remove something added as a bit to demonstrate how the memory range was statically allocated

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-04-10 08:23:35 -04:00
parent 5a3c0ee6aa
commit eb53e156b9

View File

@@ -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
}