Skip to content

Commit

Permalink
Remove unnecessary instruction on how to enable wasm string features …
Browse files Browse the repository at this point in the history
…as they are enabled by default in Chrome now.

PiperOrigin-RevId: 728343169
  • Loading branch information
gkdn authored and copybara-github committed Feb 18, 2025
1 parent 6f9f93e commit 60d98fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/getting-started-j2wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ Let's run the development server to see our application in action:
```
- Navigate to 'http://localhost:6006/jsapp_dev.html" in your browser.

NOTE: J2CL currently uses experimental Wasm String functionality which might not be enabled
yet. If you see an
error message like: `Failed to load wasm: CompileError: WebAssembly.instantiateStreaming(): Unknown type code...`
, you can enable it via chrome://flags/#enable-experimental-webassembly-features

Please take the time to play with the code and get a better feeling of how
things are working.

Expand Down

0 comments on commit 60d98fa

Please sign in to comment.