Skip to content

Commit 8254c0e

Browse files
committed
Update Readme - WPT running, WASM capabilities
1 parent df34359 commit 8254c0e

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ deviations could not be avoided:
6060
- getters/setters methods instead of exposed attributes
6161
- introduced some namespacing
6262
- inheritance is modelled with traits
63-
- ...
6463

6564
## Bindings
6665

6766
We provide NodeJS bindings to this library over at
6867
<https://github.com/ircam-ismm/node-web-audio-api> so you can use this library
6968
by simply writing native NodeJS code.
7069

71-
It is a work in progress, but eventually we should be able to run the official
72-
[WebAudioAPI test harness](https://github.com/web-platform-tests/wpt/tree/master/webaudio)
73-
and track our spec compliance improvements over time.
70+
This enables us to run the official [WebAudioAPI test
71+
harness](https://github.com/web-platform-tests/wpt/tree/master/webaudio) and
72+
[track our spec compliance
73+
score](https://github.com/ircam-ismm/node-web-audio-api/issues/57).
7474

7575
## Audio backends
7676

@@ -112,11 +112,10 @@ microphone`.
112112

113113
### Targeting the browser
114114

115-
We could go full circle and pipe the Rust WebAudio output back into the browser
116-
via `cpal`'s `wasm-bindgen` backend. However, this project is currently not
117-
compatible for compiling to WebAssembly. Please read up on the [wasm tracking
118-
issue](https://github.com/orottier/web-audio-api-rs/issues/265) for alternative
119-
solutions.
115+
We can go full circle and pipe the Rust WebAudio output back into the browser
116+
via `cpal`'s `wasm-bindgen` backend. Check out [an example WASM
117+
project](https://github.com/orottier/wasm-web-audio-rs).
118+
Warning: experimental!
120119

121120
## Contributing
122121

0 commit comments

Comments
 (0)