Releases: devsnek/node-wasi
Releases · devsnek/node-wasi
0.0.6
node-wasi
This module and WASI are still in early development!
Expect bugs and breaking changes!
A module to use WASI modules with Node.js.
const WASI = require('wasi');
const wasi = new WASI({
// preopenDirectories: { '.': '.' },
});
const inst = new WebAssembly.Instance(module, {
wasi_unstable: wasi.exports,
});
wasi.setMemory(inst.exports.memory);
inst.exports._start();
0.0.5
node-wasi
This module and WASI are still in early development!
Expect bugs and breaking changes!
A module to use WASI modules with Node.js.
const WASI = require('wasi');
const wasi = new WASI({
// preopenDirectories: { '.': '.' },
});
const inst = new WebAssembly.Instance(module, {
wasi_unstable: wasi.exports,
});
wasi.setMemory(inst.exports.memory);
inst.exports._start();
v0.0.4
node-wasi
This module and WASI are still in early development!
Expect bugs and breaking changes!
A module to use WASI modules with Node.js.
const WASI = require('wasi');
const wasi = new WASI({
// preopenDirectories: { '.': '.' },
});
const inst = new WebAssembly.Instance(module, {
wasi_unstable: wasi.exports,
});
wasi.setMemory(inst.exports.memory);
inst.exports._start();
0.0.4
v0.0.3
node-wasi
This module and WASI are still in early development!
Expect bugs and breaking changes!
A module to use WASI modules with Node.js.
const WASI = require('wasi');
const wasi = new WASI({
// preopenDirectories: { '.': '.' },
});
const inst = new WebAssembly.Instance(module, {
wasi_unstable: wasi.exports,
});
wasi.setMemory(inst.exports.memory);
inst.exports._start();