wasm-link 0.2.1

A WebAssembly plugin runtime based around Wasmtime intended for building fully modular applications
Documentation
1
2
3
4
5
6
7
8
9
10

include!( "test_utils/fixture_linking.rs" );
include!( "test_utils/assert_no_warnings.rs" );

#[path = "dispatching"] mod dispatching {
	mod dependant_plugins_expect_composite ;
	mod dependant_plugins_expect_primitive ;
	mod single_plugin_expect_composite ;
	mod single_plugin_expect_primitive ;
}