|
@@ -15,5 +15,7 @@
|
|
|
in_wasm32_memory_size = in_cpu_first,
|
|
|
in_wasm32_memory_grow = in_cpu_first+1,
|
|
|
in_wasm32_unreachable = in_cpu_first+2,
|
|
|
- in_wasm32_throw_fpcexception = in_cpu_first+3
|
|
|
+ in_wasm32_throw_fpcexception = in_cpu_first+3,
|
|
|
+ in_wasm32_memory_copy = in_cpu_first+4,
|
|
|
+ in_wasm32_memory_fill = in_cpu_first+5
|
|
|
|