Skip to content

Commit efc171e

Browse files
committed
Fix README template
Back in #23 I've updated README.md manually as I forgot it's generated from README.md.ejs. Updating the source too.
1 parent 4720536 commit efc171e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ The _other_ reason is that you _should_ be using `WebAssembly.compile`, `WebAsse
5757

5858
## Contributing
5959

60-
If you want to contribute a new feature test, all you need to do is create a new folder in `src/detectors` and it will be automatically picked up. The folder must contain a `module.wat` file, which will be compiled using [`wat2wasm`][wat2wasm].
60+
If you want to contribute a new feature test, all you need to do is create a new folder in `src/detectors` and it will be automatically picked up. The folder must contain a `module.wat` file, which will be compiled using [`wabt.js`](https://github.com/AssemblyScript/wabt.js).
6161

6262
```wat
6363
;; Name: <Name of the feature for the README>
6464
;; Proposal: <Link to the proposal’s explainer/repo>
65-
;; Flags: <CLI flags for `wat2wasm`>
65+
;; Features: <Space-separated list of WasmFeatures from wabt.js>
6666

6767
(module
6868
;; More WAT code here

0 commit comments

Comments
 (0)