dart-sdk/third_party/wasmer
Liam Appelbe 89dbc35fca [wasm] Wasm function imports.
I switched from a WasmImports object to a builder pattern:
module.instantiate().addMemory(...).addFunction(...).build();

Bug: https://github.com/dart-lang/sdk/issues/37882
Change-Id: I381aa0f7df1fa006ce8d051cd5b4a1bcc1835e46
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/167460
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Liam Appelbe <liama@google.com>
2020-10-16 23:16:42 +00:00
..
.gitignore [vm] Add wasmer to third_party, and support building rust libraries 2019-08-20 16:56:10 +00:00
BUILD.gn Reland "Switch wasmer FFI boilerplate to new API" 2020-10-13 19:30:58 +00:00
Cargo.toml [wasm] Wasm function imports. 2020-10-16 23:16:42 +00:00
LICENSE Revert "Switch wasmer FFI boilerplate to new API" 2020-10-10 05:56:29 +00:00
wasmer.rs Reland "Switch wasmer FFI boilerplate to new API" 2020-10-13 19:30:58 +00:00