wasui-memory 0.1.1

Easy way to create playground of WASI applications for web
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "wasui-memory"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
description.workspace = true
homepage.workspace = true
repository.workspace = true

[dependencies]
js-sys = { workspace = true, optional = true }
thiserror = { workspace = true }
wasm-bridge = { workspace = true, optional = true }

[features]
js-sys = ["dep:js-sys"]
wasm-bridge = ["dep:wasm-bridge"]