mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
repl: rename Wasm32TestResult -> Wasm32Result
This commit is contained in:
parent
1783fa8009
commit
c5ccc99e20
3 changed files with 42 additions and 42 deletions
|
@ -5,8 +5,8 @@ mod storage;
|
|||
pub mod wasm_module;
|
||||
|
||||
// Helpers for interfacing to a Wasm module from outside
|
||||
pub mod wasm32_result;
|
||||
pub mod wasm32_sized;
|
||||
pub mod wasm32_test_result;
|
||||
|
||||
use bumpalo::{self, collections::Vec, Bump};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue