https://github.com/mathisburger/wasm-test
Simple project to test how wasm works and how close it comes to real javascript
https://github.com/mathisburger/wasm-test
Last synced: about 1 year ago
JSON representation
Simple project to test how wasm works and how close it comes to real javascript
- Host: GitHub
- URL: https://github.com/mathisburger/wasm-test
- Owner: MathisBurger
- License: apache-2.0
- Created: 2024-02-17T16:17:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T15:52:28.000Z (over 2 years ago)
- Last Synced: 2025-02-12T20:34:29.944Z (over 1 year ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# WASM
After playing around with WASM I came to the result, that wasm is very nice
for writing single functions in rust, but DOM integration sucks.