https://github.com/xtuc/node-loader-demo
https://github.com/xtuc/node-loader-demo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xtuc/node-loader-demo
- Owner: xtuc
- Created: 2019-01-18T12:18:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T12:35:24.000Z (over 7 years ago)
- Last Synced: 2025-03-17T11:52:46.814Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-loader-demo
## Installation
```sh
npm install
```
## Run
```sh
node --experimental-modules --loader @wasm-tool/node main.wasm 1 2
```