Try using C for the wasm test platform

This commit is contained in:
Brian Carroll 2021-11-16 12:00:13 +00:00
parent b8f40011b9
commit 5d4518c8d1
2 changed files with 24 additions and 1 deletions

View file

@ -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);