mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 04:38:25 +00:00
14 lines
200 B
TOML
14 lines
200 B
TOML
[package]
|
|
name = "adamz/qjs"
|
|
version = "0.0.1"
|
|
description = "https://github.com/bellard/quickjs"
|
|
license = "MIT"
|
|
|
|
[[command]]
|
|
name = "qjs"
|
|
module = "qjs"
|
|
|
|
[[module]]
|
|
name = "qjs"
|
|
source = "qjs.wasm"
|