fork of https://github.com/rustwasm/wasm-pack for the needs of NextGraph.org
 
 
wasm-pack/npm/install.js

4 lines
73 B

#!/usr/bin/env node
const { install } = require("./binary");
install();