File tree
6 files changed
+70
-31
lines changed- .github/workflows
- builders
- wasm32-unknown-emscripten
- wasm32-unknown-wasi
- rakelib
- vendor
6 files changed
+70
-31
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 |
| - | |
| 137 | + | |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
Lines changed: 62 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 |
| |
29 | 33 |
| |
30 | 34 |
| |
|
- .github/workflows/main.yml+4-4
- Cargo.lock+124-146
- Cargo.toml+14-15
- crates/js-component-bindgen/Cargo.toml+1-1
- crates/js-component-bindgen/src/core.rs+14-6
- crates/js-component-bindgen/src/lib.rs+3-6
- crates/js-component-bindgen/src/transpile_bindgen.rs+87-52
- crates/js-component-bindgen/src/ts_bindgen.rs+10-5
- docs/src/example.md-2
- lib/wasi_snapshot_preview1.command.wasm
- lib/wasi_snapshot_preview1.reactor.wasm
- package-lock.json+111-101
- package.json+4-4
- packages/preview2-shim/lib/nodejs/filesystem.js+7
- packages/preview2-shim/package.json+1-1
- src/jco.js+1-1
- submodules/WASI-Virt+1-1
- submodules/wasm-tools+1-1
- submodules/wasmtime+1-1
- test/api.js+2-2
- test/cli.js+1-1
- test/eslintrc.cjs+2-1
- xtask/src/build/jco.rs+2-2
- xtask/src/build/workspace.rs+6-2
- xtask/src/generate/tests.rs+9-4
0 commit comments