follow the C abi for effect functions the host exposes

This commit is contained in:
Folkert 2021-08-25 16:28:21 +02:00
parent 12fb36d1df
commit 8846841a95
5 changed files with 175 additions and 69 deletions

View file

@ -579,6 +579,8 @@ fn link_wasm32(
"str",
zig_str_path.to_str().unwrap(),
"--pkg-end",
// useful for debugging
// "-femit-llvm-ir=/home/folkertdev/roc/roc/examples/benchmarks/platform/host.ll",
])
.spawn()?;