https://github.com/armed/nim-wasm-tests
wasm poke
https://github.com/armed/nim-wasm-tests
Last synced: about 1 year ago
JSON representation
wasm poke
- Host: GitHub
- URL: https://github.com/armed/nim-wasm-tests
- Owner: armed
- Created: 2024-11-14T03:09:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-14T04:13:44.000Z (over 1 year ago)
- Last Synced: 2025-02-05T06:38:32.374Z (over 1 year ago)
- Language: Nim
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
steps to reproduce
1. `cd hello`
2. `npm i`
3. `npx asc hello.ts -o ../nim-wasm/src/hello.wasm`
4. `cd ../nim-wasm`
5. `nim c src/nim_wasm.nim`