Skip to content

Commit 0c8c17c

Browse files
authored
faasmtools: whitelist reference-types and multi-value (#128)
This linker features are useful to link against Rust libraries that target `wasm32-wasi`.
1 parent 27ceeaa commit 0c8c17c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

faasmtools/build.py

+2
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ def get_faasm_build_env_dict(is_threads=False):
255255
"relaxed-simd",
256256
"sign-ext",
257257
"simd128",
258+
"reference-types",
259+
"multivalue",
258260
]
259261

260262
build_env_dicts["FAASM_WASM_HEADER_INSTALL_DIR"] = join(

0 commit comments

Comments
 (0)