An open API service indexing awesome lists of open source software.

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.

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
```