SaaSHub helps you find the best software and product alternatives Learn more →
Top 4 WebAssembly Compiler Projects
-
Project mention: Do any engines or optimizers product TS-specific performance gains? | reddit.com/r/typescript | 2023-03-24
If you can guarantee that Typescript type hints will always be followed, you can turn it into more optimised code. Unfortunately, this means you've got to break Javascript semantics, so this means creating a new language, but people have done it. For example, AssemblyScript is a language that is designed as a strict subset of Typescript that compiles directly down to WebAssembly instead of Javascript, producing much more efficient code (most of the time). The tradeoff is that it has some slightly different semantics to Javascript, which means your existing codebase — and most of the libraries you use — will probably require some adaption before running correctly in AssemblyScript.
-
Concerning the point 8. There is an online Forth system demo Thurtle (in the browser) with turtle graphics, which is based on WAForth.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Congrats to the Wasmtime team on the 1.0 release!
I'm happy to see that more runtimes are maturing and getting use on production cases... I can't wait to see and show what the future entails for WebAssembly on both the server side and the browser!
Keep up the good work. Also I'd like to use this message to congratulate other runtimes that I'm excited about (apart from Wasmer, of course!): Wizard Engine [1], Wazero [2] and Lunatic [3].
The future is bright in Wasm land :)
[1] https://github.com/titzer/wizard-engine
-
Project mention: [ComputerCraft] Is it possible to run Doom on CC? | reddit.com/r/feedthebeast | 2022-05-15
You could try converting WASM to Lua using something like wasm2lua but a lot of work would still be required to get the display/sound/input working inside CC.
WebAssembly Compiler related posts
- AssemblyScript: A TypeScript-like language for WebAssembly.
- TypeScript Native Compiler
- AssemblyScript: TypeScript Compiled to WebAssembly
- WebAssembly Everywhere
- W2c2: Translate WebAssembly Modules to C
- I'm not sure what this is, but I'm sure I want to find out. WASM2C.. Is it for me...
- Creation Story
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f160f0608c0>
www.saashub.com | 26 Mar 2023
Index
What are some of the best open-source Compiler projects in WebAssembly? This list will help you:
Project | Stars | |
---|---|---|
1 | assemblyscript | 15,311 |
2 | waforth | 340 |
3 | wizard-engine | 175 |
4 | wasm2lua | 142 |