We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c173f commit 54e3d87Copy full SHA for 54e3d87
README.md
@@ -66,8 +66,8 @@ greet("World!");
66
## API Docs
67
68
- [wasm-bindgen](https://rustwasm.github.io/wasm-bindgen/api/wasm_bindgen/)
69
-- [js-sys](https://rustwasm.github.io/wasm-bindgen/api/web_sys/)
70
-- [web-sys](https://rustwasm.github.io/wasm-bindgen/api/js-sys/)
+- [js-sys](https://rustwasm.github.io/wasm-bindgen/api/js_sys/)
+- [web-sys](https://rustwasm.github.io/wasm-bindgen/api/web_sys/)
71
72
## License
73
0 commit comments