tsgo-wasm 2025.5.19-13.1 → 2025.5.20-0.24

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.
Files changed (3) hide show
  1. package/package.json +2 -2
  2. package/tsgo-wasm +1 -1
  3. package/tsgo.wasm +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsgo-wasm",
3
- "version": "2025.5.19-13.1",
3
+ "version": "2025.5.20-0.24",
4
4
  "description": "TypeScript Go for WASM",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -30,7 +30,7 @@
30
30
  "tag": "latest"
31
31
  },
32
32
  "buildInfo": {
33
- "date": "2025-05-19",
33
+ "date": "2025-05-20",
34
34
  "commit": "cab7a0bf793f3ba0e83619798f2eb191673fe4c7"
35
35
  }
36
36
  }
package/tsgo-wasm CHANGED
@@ -498,7 +498,7 @@ class Go {
498
498
  }
499
499
 
500
500
  const go = new Go()
501
- go.argv = process.argv.slice(2)
501
+ go.argv = process.argv.slice(1)
502
502
  go.env = Object.assign({ TMPDIR: tmpdir() }, process.env)
503
503
  go.exit = process.exit
504
504
  await WebAssembly.instantiate(
package/tsgo.wasm CHANGED
Binary file