Merge remote-tracking branch 'origin/trunk' into gen_wasm

This commit is contained in:
Folkert 2021-09-07 16:45:57 +02:00
commit f4379673b4
54 changed files with 2742 additions and 1509 deletions

View file

@ -1,4 +1,5 @@
mod backend;
pub mod from_wasm32_memory;
use bumpalo::Bump;
use parity_wasm::builder;