Skip to content

Commit

Permalink
fix: resource lifetimes (#262)
Browse files Browse the repository at this point in the history
* fix: resource lifetimes

* remove unused adapter
  • Loading branch information
guybedford authored Nov 16, 2023
1 parent 116532f commit 18c47bf
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 49 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Features include:

For creating components in other languages, see the [Cargo Component](https://github.com/bytecodealliance/cargo-Component) project for Rust and [Wit Bindgen](https://github.com/bytecodealliance/wit-bindgen) for various guest bindgen helpers.

> **Note**: This is an experimental project, no guarantees are provided for stability or support and breaking changes may be made in future.
> **Note**: This is an experimental project, no guarantees are provided for stability, security or support and breaking changes may be made without notice.
## Installation

```shell
npm install @bytecodealliance/jco
```

jco can be used as either a library or as a CLI via the `jco` CLI command.
jco can be used as either a library or a CLI via the `jco` CLI command.

## Example

Expand Down
Binary file removed adapter.wasm
Binary file not shown.
Loading

0 comments on commit 18c47bf

Please sign in to comment.