@bytecodealliance/preview2-shim 0.16.6 → 0.16.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -167,7 +167,6 @@ class InputStream {
167
167
  #streamType;
168
168
  #finalizer;
169
169
  read(len) {
170
- process._rawDebug('read', len);
171
170
  return streamIoErrorCall(
172
171
  INPUT_STREAM_READ | this.#streamType,
173
172
  this.#id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytecodealliance/preview2-shim",
3
- "version": "0.16.6",
3
+ "version": "0.16.7",
4
4
  "description": "WASI Preview2 shim for JS environments",
5
5
  "author": "Guy Bedford, Eduardo Rodrigues<16357187+eduardomourar@users.noreply.github.com>",
6
6
  "type": "module",