mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 08:52:58 +03:00
b286adaae4
# Important Notes The command to run the gui dev environment has been changed. Invoking the old command will print a message about that. From now on, use `pnpm dev:gui2` in repository root.
15 lines
297 B
JSON
15 lines
297 B
JSON
{
|
|
"name": "rust-ffi",
|
|
"collaborators": [
|
|
"Enso Team <contact@enso.org>"
|
|
],
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"compile": "wasm-pack build . --release --out-dir pkg --target bundler",
|
|
"postinstall": "corepack pnpm compile"
|
|
},
|
|
"exports": {
|
|
".": "./pkg/rust_ffi.js"
|
|
}
|
|
}
|