@bytecodealliance/jco 1.15.4 → 1.16.1
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.
- package/README.md +1 -1
- package/obj/js-component-bindgen-component.core.wasm +0 -0
- package/obj/js-component-bindgen-component.js +3761 -506
- package/obj/wasm-tools.core.wasm +0 -0
- package/obj/wasm-tools.js +3808 -504
- package/package.json +2 -1
- package/src/cmd/transpile.js +5 -0
- package/src/jco.js +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ Features include:
|
|
|
30
30
|
* Run and serve commands like Wasmtime, as JS implementations of the Command and HTTP Proxy worlds.
|
|
31
31
|
* "Componentize" command to easily create components written in JavaScript (wrapper of [ComponentizeJS](https://github.com/bytecodealliance/ComponentizeJS)).
|
|
32
32
|
|
|
33
|
-
For creating components in other languages, see the [
|
|
33
|
+
For creating components in other languages, see the [Component Model Book](https://component-model.bytecodealliance.org/language-support.html) and [Wit Bindgen](https://github.com/bytecodealliance/wit-bindgen) for various guest bindgen helpers.
|
|
34
34
|
|
|
35
35
|
## Installation
|
|
36
36
|
|
|
Binary file
|