1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
mal/impls/wasm/package.json
Joel Martin f1d24730eb wasm: update image to Ubuntu 20.04. Update runtimes
- node 10 -> node 18
- wasmtime v0.8.0-ish -> wasmtime v3.0.0
- wasmer 0.12.0-ish -> wasmer 2.0.0

Also, update ffi-napi to 4.0.3.

Comment out wac/wax/wace build since these don't currently work.
2024-08-08 10:52:27 -05:00

11 lines
247 B
JSON

{
"name": "mal",
"version": "0.0.1",
"description": "Make a Lisp (mal) language implemented in WebAssembly",
"dependencies": {
"@kanaka/wamp": "1.0.9",
"ffi-napi": "^4.0.3",
"text-encoding": "0.6.4"
}
}