We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mod.pkg.json:
{ "import": [], "link": { "wasm": { "memory-limits": { "min": 1, "max": 2048 } } } }
command:
moon build --target wasm-gc --dry-run
output:
moonc build-package ./src/main/main.mbt -o ./target/wasm-gc/release/build/main/main.core -pkg username/hello/main -std-path /home/lampese/.moon/lib/core/target/wasm-gc/release/bundle -pkg-sources username/hello/main:./src/main -target wasm-gc moonc link-core /home/lampese/.moon/lib/core/target/wasm-gc/release/bundle/core.core ./target/wasm-gc/release/build/main/main.core -main username/hello/main -o ./target/wasm-gc/release/build/main/main.wasm -pkg-config-path ./src/main/moon.pkg.json -pkg-sources username/hello/main:./src/main -pkg-sources moonbitlang/core:/home/lampese/.moon/lib/core -target wasm-gc -memory-limits-min 1 -memory-limits-max 2048
{ "import": [], "link": { "wasm": { "memory-limits": { "min": 1, "max": 2048 } }, "wasm-gc": { "memory-limits": { "min": 1, "max": 204 } } } }
The text was updated successfully, but these errors were encountered:
cc @tonyfettes
Sorry, something went wrong.
No branches or pull requests
mod.pkg.json:
command:
output:
mod.pkg.json:
command:
output:
The text was updated successfully, but these errors were encountered: