mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Switch to fork of parity-wasm that can support bumpalo vectors
This commit is contained in:
parent
51de420ee7
commit
1be6fd1222
3 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,7 @@ pub fn build_module<'a>(
|
|||
let (builder, _) = build_module_help(env, procedures)?;
|
||||
let module = builder.build();
|
||||
module
|
||||
.to_bytes()
|
||||
.into_bytes()
|
||||
.map_err(|e| -> String { format!("Error serialising Wasm module {:?}", e) })
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue