https://github.com/inokawa/wasm-ts-runtime
[WIP]A toy WebAssembly runtime implementation with TypeScript.
https://github.com/inokawa/wasm-ts-runtime
Last synced: 3 months ago
JSON representation
[WIP]A toy WebAssembly runtime implementation with TypeScript.
- Host: GitHub
- URL: https://github.com/inokawa/wasm-ts-runtime
- Owner: inokawa
- Created: 2022-12-19T15:36:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:47:01.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T22:09:48.808Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wasm-ts-runtime
A toy WebAssembly runtime implementation with TypeScript.
This follows https://github.com/technohippy/makewasm but using Node.js instead of Deno.
## Setup
```sh
git clone git@github.com:inokawa/wasm-ts-runtime.git
npm install
```### Load
```
npm start -- data/xxxx.wasm
```### Save
```
npm start -- data/xxxx.wasm -s
```