https://github.com/abcxff/wasmhive
Project for scripts compiled to WASM for games compiled to WASM
https://github.com/abcxff/wasmhive
Last synced: 4 months ago
JSON representation
Project for scripts compiled to WASM for games compiled to WASM
- Host: GitHub
- URL: https://github.com/abcxff/wasmhive
- Owner: abcxff
- License: mit
- Created: 2022-11-27T22:59:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T17:32:09.000Z (over 3 years ago)
- Last Synced: 2025-06-20T04:34:14.568Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wasmhive
Project for scripts compiled to WASM for games compiled to WASM
## ?
The idea is to use WASM's shared-memory feature (proposal) to allow developers to code extensions and userscripts in other languages besides JS, for websites and applications coded in other languages besides JS. Of course there will always be the glue code, but this is a proof of possibility.