Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Wasm !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 Awesome Wasm !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
Collection of awesome things regarding WebAssembly (wasm) ecosystem.
@@ -79,8 +79,7 @@
- Using the import statement with an Emscripten-generated module in Vue.js (2020) (https://cggallant.blogspot.com/2020/01/the-import-statement-with-emscripten.html)
- Hit the Ground Running with WebAssembly (2019) (https://medium.com/@robaboukhalil/hit-the-ground-running-with-webassembly-56cf9b2fa35d)
- Uno Platform Bootcamp - single-source WASM & Mobile app tutorial (2019) (https://github.com/unoplatform/workshops/tree/master/uno-bootcamp)
- Porting Games to the Web with WebAssembly (2019) 
(https://medium.com/@robaboukhalil/porting-games-to-the-web-with-webassembly-70d598e1a3ec?source=friends_link&sk=20c835664031227eae5690b8a12514f0)
- Porting Games to the Web with WebAssembly (2019) (https://medium.com/@robaboukhalil/porting-games-to-the-web-with-webassembly-70d598e1a3ec?source=friends_link&sk=20c835664031227eae5690b8a12514f0)
- Level up Command-line Playgrounds with WebAssembly (2019) (https://opensource.com/article/19/4/command-line-playgrounds-webassembly)
- WebAssembly Physics and DOM objects (2018) (https://codelabs.developers.google.com/codelabs/hour-chipmunk/index.html)
- egghead.io: Get Started Using WebAssembly (WASM)(2017) (https://egghead.io/courses/introduction-to-webassembly)
@@ -105,8 +104,7 @@
- Asterius - A Haskell to WebAssembly compiler (https://github.com/tweag/asterius)
- PPCI.wasm - PPCI Can compile wasm to machine code and run it in the Python process (http://ppci.readthedocs.io/en/latest/reference/wasm.html)
- TinyGo - Go for embedded devices and WebAssembly. Creates very small .wasm files. (https://github.com/aykevl/tinygo)
- Bytecoder - A Rich Domain Model for Java Bytecode and Framework to interpret and transpile it to other languages such as JavaScript, OpenCL or WebAssembly 
(https://github.com/mirkosertic/Bytecoder)
- Bytecoder - A Rich Domain Model for Java Bytecode and Framework to interpret and transpile it to other languages such as JavaScript, OpenCL or WebAssembly (https://github.com/mirkosertic/Bytecoder)
- AssemblyScript - Definitely not a TypeScript to WebAssembly compiler (https://github.com/AssemblyScript/assemblyscript)
Non-Web Embeddings
@@ -393,8 +391,7 @@
- Learn WebAssembly - Build web applications with native performance using Wasm and C/C++ (https://www.packtpub.com/web-development/learn-webassembly)
- Programming WebAssembly with Rust - Unified Development for Web, Mobile, and Embedded Applications (https://pragprog.com/book/khrust/programming-webassembly-with-rust)
- Rust and WebAssembly (https://rustwasm.github.io/docs/book/)
- WebAssembly in Action - Introduces the WebAssembly stack and walks you through the process of writing and running browser-based applications 
(https://www.manning.com/books/webassembly-in-action)
- WebAssembly in Action - Introduces the WebAssembly stack and walks you through the process of writing and running browser-based applications (https://www.manning.com/books/webassembly-in-action)
- Level up with WebAssembly - A practical guide to building WebAssembly applications (http://www.levelupwasm.com/)
- Hands-On Game Development with WebAssembly (https://www.packtpub.com/game-development/hands-game-development-webassembly)