Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armed/nim-wasm-tests
wasm poke
https://github.com/armed/nim-wasm-tests
Last synced: about 2 months ago
JSON representation
wasm poke
- Host: GitHub
- URL: https://github.com/armed/nim-wasm-tests
- Owner: armed
- Created: 2024-11-14T03:09:12.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T04:13:44.000Z (3 months ago)
- Last Synced: 2024-11-14T04:20:14.519Z (3 months ago)
- Language: Nim
- Size: 3.91 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`