We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935dab4 commit 37a4098Copy full SHA for 37a4098
src/wasm_navdata_interface/.cargo/config.toml
@@ -3,6 +3,8 @@ rustflags = [
3
"-Clink-arg=--export-table",
4
"-Clink-arg=--export=malloc",
5
"-Clink-arg=--export=free",
6
+ "-Clink-arg=-L/usr/lib/llvm-15/lib/clang/15.0.7/lib/wasi",
7
+ "-Clink-arg=-lclang_rt.builtins-wasm32"
8
]
9
10
[build]
0 commit comments