Skip to content

Releases: devsnek/node-wasi

0.0.6

Choose a tag to compare

@devsnek devsnek released this 26 Jun 03:48
e58c637

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

Choose a tag to compare

@devsnek devsnek released this 12 Jun 14:46
7adc679

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

Choose a tag to compare

@devsnek devsnek released this 24 May 13:05
18ba125

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

Choose a tag to compare

@devsnek devsnek released this 24 May 13:05
18ba125
0.0.4

v0.0.3

Choose a tag to compare

@devsnek devsnek released this 17 May 17:33
6890202

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.3

Choose a tag to compare

@devsnek devsnek released this 17 May 17:33
6890202
0.0.3