mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
follow the C abi for effect functions the host exposes
This commit is contained in:
parent
12fb36d1df
commit
8846841a95
5 changed files with 175 additions and 69 deletions
|
@ -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()?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue