Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ directly and efficiently as possible to WASM GC features.

Zena is not ready for use!

Zena is very early in it' development and may things are changing, including
Zena is very early in it's development and may things are changing, including
syntax, and defaults for immutability, etc. Many features are partially
implemented, and there are likely lots of hidden bugs in the features that are
implemented.
Expand Down Expand Up @@ -495,7 +495,7 @@ we are trying to answer with Zena include:
Zena is not yet released. To build from source:

```bash
git clone https://github.com/nicolo-ribaudo/zena.git
git clone https://github.com/elematic/zena.git
cd zena
npm install
npm run build
Expand All @@ -504,9 +504,8 @@ npm test

### Prerequisites

- Node.js v25+
- npm
- [wasmtime](https://wasmtime.dev/) (for running WASI programs)
- Node.js, Deno, or Bun
- A WebAssembly runtime (that supports for running WASI programs)

## License

Expand Down
2 changes: 1 addition & 1 deletion packages/zena-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"clean": "if-file-deleted"
},
"test": {
"command": "node --experimental-wasm-exnref ../cli/lib/cli.js test 'zena/*_test.zena'",
"command": "node --experimental-wasm-exnref ../cli/lib/cli.js test 'zena/test/*_test.zena'",
"files": [
"zena/**/*.zena"
],
Expand Down
Loading