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 |
|
Liam Appelbe
|
56be9a7425
|
[wasm] Port about half of the old dart:wasm tests to package:wasm
The rest of the tests rely of features I haven't implemented yet. I'll
port them as I implement them.
Bug: https://github.com/dart-lang/sdk/issues/37882
Change-Id: I3465f10055db8d82148004ea975c0ed3b2928178
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/162780
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Liam Appelbe <liama@google.com>
|
2020-09-15 20:48:31 +00:00 |
|
Liam Appelbe
|
af8c9131eb
|
[vm, test] Copy dart:wasm tests from lib_2/wasm to lib/wasm
Bug: https://github.com/dart-lang/sdk/issues/40043
Change-Id: I309274bc637f0352d3eca9cef215fc50418b8213
Fixed: https://github.com/dart-lang/sdk/issues/40043
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/131720
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Liam Appelbe <liama@google.com>
|
2020-01-14 23:32:04 +00:00 |
|