mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Try using C for the wasm test platform
This commit is contained in:
parent
b8f40011b9
commit
5d4518c8d1
2 changed files with 24 additions and 1 deletions
|
@ -122,7 +122,7 @@ pub fn helper_wasm<'a, T: Wasm32TestResult>(
|
|||
);
|
||||
|
||||
// We can either generate the test platform or write an external source file, whatever works
|
||||
generate_test_platform(&mut wasm_module, arena);
|
||||
// generate_test_platform(&mut wasm_module, arena);
|
||||
|
||||
let mut module_bytes = std::vec::Vec::with_capacity(4096);
|
||||
wasm_module.serialize_mut(&mut module_bytes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue