This repository has been archived on 2026-09-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
golem-v0-wasm3/extra/wapm-package/wapm.toml
T
2024-08-03 02:02:07 +03:00

26 lines
530 B
TOML

[package]
name = "vshymanskyy/wasm3"
version = "0.5.0"
description = "🚀 A fast WebAssembly interpreter. You can finally run WebAssembly on WebAssembly 😆"
readme = "README.md"
repository = "https://github.com/wasm3/wasm3"
homepage = "https://github.com/wasm3/wasm3"
[[module]]
name = "wasm3"
source = "build/wasm3-wasi.wasm"
abi = "wasi"
[[module]]
name = "wasm3-strace"
source = "build/wasm3-strace.wasm"
abi = "wasi"
[[command]]
name = "wasm3"
module = "wasm3"
[[command]]
name = "wasm3-strace"
module = "wasm3-strace"