Skip to content

Commit

Permalink
docs(asmjs): point to WASM as alternative to asm.js (mdn#23559)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth committed Jan 13, 2023
1 parent b203d5a commit fc8517c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion files/en-us/games/tools/asm.js/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ tags:
- asm.js
---

{{Deprecated_header}}{{GamesSidebar}}
{{GamesSidebar}}

> **Warning:** The [asm.js](http://asmjs.org/) specification is considered **deprecated**.
> Developers may look to [WebAssembly](/en-US/docs/WebAssembly) as an alternative to asm.js for running high-performance code in the browser.
[Asm.js](http://asmjs.org/) is a specification defining a subset of JavaScript that is highly optimizable. This article looks at exactly what is permitted in the asm.js subset, what improvements it confers, where and how you can make use of it, and further resources and examples.

Expand Down

0 comments on commit fc8517c

Please sign in to comment.