@bytecodealliance/jco 1.2.3 → 1.2.4

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.
@@ -129,6 +129,7 @@ function utf8Encode(s, realloc, memory) {
129
129
  return ptr;
130
130
  }
131
131
 
132
+
132
133
  let exports0;
133
134
  let exports1;
134
135
  const handleTable2 = [T_FLAG, 0];
Binary file
package/obj/wasm-tools.js CHANGED
@@ -129,6 +129,7 @@ function utf8Encode(s, realloc, memory) {
129
129
  return ptr;
130
130
  }
131
131
 
132
+
132
133
  let exports0;
133
134
  let exports1;
134
135
  const handleTable2 = [T_FLAG, 0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytecodealliance/jco",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "JavaScript tooling for working with WebAssembly Components",
5
5
  "author": "Guy Bedford",
6
6
  "bin": {
package/src/jco.js CHANGED
@@ -11,7 +11,7 @@ program
11
11
  .name('jco')
12
12
  .description(c`{bold jco - WebAssembly JS Component Tools}\n JS Component Transpilation Bindgen & Wasm Tools for JS`)
13
13
  .usage('<command> [options]')
14
- .version('1.2.3');
14
+ .version('1.2.4');
15
15
 
16
16
  function myParseInt(value) {
17
17
  return parseInt(value, 10);