Skip to content

Commit 610bcf9

Browse files
authored
fixup jco post (#88)
1 parent 4a540c5 commit 610bcf9

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

_posts/2024-02-19-jco-1.0.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ runtime. And by implementing the entirety of the WASI 0.2 API surface, those
1515
components can access the network, filesystem, and other system APIs available
1616
in the Node.js runtime.
1717

18-
[^wasi-one-liner]: WebAssembly Components are an extension to WebAssembly to
19-
create strongly typed interfaces between different programs. WASI 0.2 is a
20-
re-work of the "WebAssembly System Interfaces" based on WebAssembly Components.
21-
The previous version of WASI was not based on components, and as a result was
22-
rather limited in what it could express.
18+
[^wasi-one-liner]: WebAssembly Components are an extension to WebAssembly to create strongly typed interfaces between different programs. WASI 0.2 is a re-work of the "WebAssembly System Interfaces" based on WebAssembly Components. The previous version of WASI was not based on components, and as a result was rather limited in what it could express.
2319

2420
<!--end_excerpt-->
2521

@@ -121,10 +117,7 @@ IDL](https://marketplace.visualstudio.com/items?itemName=bytecodealliance.wit-id
121117
package to get editor support for WIT files. And with that, it's time to write
122118
our Rust code!
123119

124-
[^cc-gen]: If you're from the future: `cargo-component` generated this file for
125-
us in this location. Since it is not yet advertised as "stable", the output
126-
location for WIT files may change. If no `wit/world.wit` file was generated for
127-
you, please check a different location to see whether it might be somewhere else.
120+
[^cc-gen]: If you're from the future: `cargo-component` generated this file for us in this location. Since it is not yet advertised as "stable", the output location for WIT files may change. If no `wit/world.wit` file was generated for you, please check a different location to see whether it might be somewhere else.
128121

129122
### Writing a Rust library
130123

0 commit comments

Comments
 (0)