Skip to content

Commit 0073bfd

Browse files
authored
chore: update readme
1 parent 9f4acf2 commit 0073bfd

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,26 @@
44
[![npm downloads][npm-downloads-src]][npm-downloads-href]
55
[![Codecov][codecov-src]][codecov-href]
66

7-
Univeral [WebAssembly](https://webassembly.org/) tools for JavaScript.
8-
9-
> [!IMPORTANT]
10-
> This Project is under development!
7+
Universal [WebAssembly](https://webassembly.org/) tools for JavaScript.
118

129
## Goal
1310

14-
This project aims to make common and future-proof solution for WebAssembly modules support suitable for various JavaScript runtimes, Frameworks and build Tools following [WebAssembly/ES Module Integration](https://github.com/WebAssembly/esm-integration/tree/main/proposals/esm-integration) proposal from WebAssembly Community Group as much as possible.
11+
This project aims to make a common and future-proof solution for WebAssembly modules support suitable for various JavaScript runtimes, Frameworks, and build Tools following [WebAssembly/ES Module Integration](https://github.com/WebAssembly/esm-integration/tree/main/proposals/esm-integration) proposal from WebAssembly Community Group as much as possible.
1512

1613
## Roadmap
1714

18-
The development of this project will be splited into multiple stages.
15+
The development will be split into multiple stages.
16+
17+
> [!IMPORTANT]
18+
> This Project is under development! Join the linked discussions to be involved!
1919
20-
- [ ] Universal builder plugins built with [unjs/unplugin](https://github.com/unjs/unplugin)
20+
- [ ] Universal builder plugins ([unjs/unwasm#2](https://github.com/unjs/unwasm/issues/2)) built with [unjs/unplugin](https://github.com/unjs/unplugin)
2121
- [x] Rollup
22-
- [ ] Tools to operate and inspect `.wasm` files
23-
- [ ] Runtime utils
24-
- [ ] ESM loader for Node.js and other JavaScript runtimes
25-
- [ ] Integration with [Wasmer](https://github.com/wasmerio)
22+
- [ ] Tools to operate and inspect `.wasm` files ([unjs/unwasm#3](https://github.com/unjs/unwasm/issues/3))
23+
- [ ] Runtime utils ([unjs/unwasm#4](https://github.com/unjs/unwasm/issues/4))
24+
- [ ] ESM loader for Node.js and other JavaScript runtimes ([unjs/unwasm#5](https://github.com/unjs/unwasm/issues/5))
25+
- [ ] Integration with [Wasmer](https://github.com/wasmerio) ([unjs/unwasm#6](https://github.com/unjs/unwasm/issues/6))
26+
- [ ] Convention and tools for library authors exporting wasm modules ([unjs/unwasm#7](https://github.com/unjs/unwasm/issues/7))
2627

2728
## Install
2829

@@ -66,7 +67,7 @@ export default {
6667
## Development
6768

6869
- Clone this repository
69-
- Install latest LTS version of [Node.js](https://nodejs.org/en/)
70+
- Install the latest LTS version of [Node.js](https://nodejs.org/en/)
7071
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
7172
- Install dependencies using `pnpm install`
7273
- Run interactive tests using `pnpm dev`

0 commit comments

Comments
 (0)