Brian Carroll
|
92039547b6
|
wasm_interp: remove unsafe code
|
2022-11-22 00:09:38 +00:00 |
|
Brian Carroll
|
ce10199bb4
|
clippy + comments
|
2022-11-21 23:04:22 +00:00 |
|
Brian Carroll
|
26cce05bbe
|
wasm_module: create WasmModule::new for testing
|
2022-11-21 19:54:48 +00:00 |
|
Brian Carroll
|
2ca74e5070
|
wasm_interp: create execute module
|
2022-11-21 19:54:48 +00:00 |
|
Brian Carroll
|
2f709580cd
|
Use workspace versioning for wasm_module Cargo.toml
|
2022-11-21 19:54:48 +00:00 |
|
Brian Carroll
|
29baa45774
|
debug generated linker data for Roc->JS calls
|
2022-11-17 21:26:33 +00:00 |
|
Brian Carroll
|
24e6e8445d
|
Remove the trick of pushing an extra N+1 entry to function_offsets. It's bug-prone.
|
2022-11-17 07:49:38 +00:00 |
|
Brian Carroll
|
0c81063c68
|
Fix dummy function replacement
|
2022-11-16 21:25:53 +00:00 |
|
Brian Carroll
|
24cef94fb5
|
Fix Wasm dummy function
|
2022-11-16 20:34:38 +00:00 |
|
Brian Carroll
|
e57ca0aa12
|
Remove "Roc host" specifics from Wasm dead code elimination
|
2022-11-16 08:07:22 +00:00 |
|
Brian Carroll
|
4dea82b2f5
|
Move code_builder from wasm_module to gen_wasm
|
2022-11-14 09:18:53 +00:00 |
|
Brian Carroll
|
c8f949d546
|
Temporarily copy DEBUG_SETTINGS into wasm_module crate
|
2022-11-13 09:19:55 +00:00 |
|
Brian Carroll
|
2e67bdf4d0
|
Move some wasm constants and macros
|
2022-11-13 09:03:26 +00:00 |
|
Brian Carroll
|
63d9187343
|
move wasm_module out of gen_wasm
|
2022-11-13 09:03:08 +00:00 |
|