|
4 | 4 | [![npm downloads][npm-downloads-src]][npm-downloads-href]
|
5 | 5 | [![Codecov][codecov-src]][codecov-href]
|
6 | 6 |
|
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. |
11 | 8 |
|
12 | 9 | ## Goal
|
13 | 10 |
|
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. |
15 | 12 |
|
16 | 13 | ## Roadmap
|
17 | 14 |
|
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! |
19 | 19 |
|
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) |
21 | 21 | - [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)) |
26 | 27 |
|
27 | 28 | ## Install
|
28 | 29 |
|
@@ -66,7 +67,7 @@ export default {
|
66 | 67 | ## Development
|
67 | 68 |
|
68 | 69 | - 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/) |
70 | 71 | - Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
|
71 | 72 | - Install dependencies using `pnpm install`
|
72 | 73 | - Run interactive tests using `pnpm dev`
|
|
0 commit comments