https://github.com/albertoimpl/hello-wasm-assemblyscript
https://github.com/albertoimpl/hello-wasm-assemblyscript
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/albertoimpl/hello-wasm-assemblyscript
- Owner: Albertoimpl
- License: apache-2.0
- Created: 2022-01-28T11:38:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T10:24:03.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T21:28:44.934Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-wasm-assemblyscript
https://wasmbyexample.dev/examples/hello-world/hello-world.assemblyscript.en-us.html
```bash
npm install -g assemblyscript
asc hello-world.ts -b hello-world.wasm
```