mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
wasm: Add Roc procedure names to Names section for debug
This commit is contained in:
parent
dca9404772
commit
21ee531e8c
3 changed files with 47 additions and 10 deletions
|
@ -8,7 +8,7 @@ use wasmer::{Memory, WasmPtr};
|
|||
|
||||
use super::RefCount;
|
||||
use crate::helpers::from_wasmer_memory::FromWasmerMemory;
|
||||
use roc_collections::all::{MutMap, MutSet};
|
||||
use roc_collections::all::MutSet;
|
||||
use roc_gen_wasm::wasm32_result::Wasm32Result;
|
||||
use roc_gen_wasm::{DEBUG_LOG_SETTINGS, MEMORY_NAME};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue