Introduce unstable, incomplete WASM support

This commit is contained in:
Sean McArthur
2019-09-24 14:50:30 -07:00
parent 6413a4349e
commit 932defd879
10 changed files with 543 additions and 78 deletions

3
src/wasm/body.rs Normal file
View File

@@ -0,0 +1,3 @@
/// dox
#[derive(Debug)]
pub struct Body(());