0.1.0 • Published 5 years ago

@wasm-tool/node v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@wasm-tool/node

WASM loader for Node

Requires the latest version of Node (Node v10).

Installation

npm i @wasm-tool/node

Usage

node --experimental-modules --loader @wasm-tool/node index.mjs

Or, if your WASM is the main executable:

node --experimental-modules --loader @wasm-tool/node index.wasm

See example.

Development

In order to test any changes you can clone this repository and run the example locally

npm install
cd example
node --experimental-modules --loader ../loader.mjs index.mjs
0.1.0

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago