Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yfzhe committed Dec 3, 2024
1 parent 55aad78 commit 92a0757
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
# WebAssembly Playground

- Write WebAssembly in the text mode, compile and run it in your browser.
- Write JavaScript code to interact with WebAssembly, with visual previews.
- Write JavaScript code to interact with WebAssembly, and to customize the preview.
- Use WebAssembly post-MVP features.

Try it at <https://yfzhe.github.io/webassembly-playground>.

<details>
<summary>Development Notice</summary>

Service worker is available only in HTTPS context.
For local development, you can open chrome with flag
`--ignore-certificate-error`, to bypass the problem
that self-signed certificates are not trusted.
</details>

0 comments on commit 92a0757

Please sign in to comment.