Skip to content

Commit d5f5527

Browse files
committed
docs: Clarify WASM restrictions
1 parent 4ad1787 commit d5f5527

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

bindings/javascript/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ The `data-css-inline="ignore"` attribute also allows you to skip `link` and `sty
132132
</script>
133133
```
134134

135+
**NOTE**: WASM module currently lacks support for fetching stylesheets from network or filesystem.
136+
135137
## Performance
136138

137139
`css-inline` is powered by efficient tooling from Mozilla's Servo project and significantly outperforms other JavaScript alternatives in terms of speed.

bindings/javascript/wasm/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ This is the **WebAssembly** module for [`css-inline`](https://github.com/Strange
1515

1616
If you'd like to try `css-inline`, you can check the WebAssembly-powered [playground](https://css-inline.org/) to see the results instantly.
1717

18+
## Restrictions
19+
20+
WASM module currently lacks support for fetching stylesheets from network or filesystem.
21+
1822
## License
1923

2024
This project is licensed under the terms of the [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)