File tree Expand file tree Collapse file tree 3 files changed +3
-25
lines changed Expand file tree Collapse file tree 3 files changed +3
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -233,11 +233,9 @@ def proxy_wasm_cpp_host_repositories():
233
233
http_archive ,
234
234
name = "com_github_wavm_wavm" ,
235
235
build_file = "@proxy_wasm_cpp_host//bazel/external:wavm.BUILD" ,
236
- sha256 = "bf2b2aec8a4c6a5413081c0527cb40dd16cb67e9c74a91f8a82fe1cf27a3c5d5" ,
237
- strip_prefix = "WAVM-c8997ebf154f3b42e688e670a7d0fa045b7a32a0" ,
238
- url = "https://github.com/WAVM/WAVM/archive/c8997ebf154f3b42e688e670a7d0fa045b7a32a0.tar.gz" ,
239
- patches = ["@proxy_wasm_cpp_host//bazel/external:wavm.patch" ],
240
- patch_args = ["-p1" ],
236
+ sha256 = "7cfa3d7334c96f89553bb44eeee736a192826a78b4db114042d38d6882748f5b" ,
237
+ strip_prefix = "WAVM-nightly-2022-05-14" ,
238
+ url = "https://github.com/WAVM/WAVM/archive/refs/tags/nightly/2022-05-14.tar.gz" ,
241
239
)
242
240
243
241
native .bind (
Original file line number Diff line number Diff line change @@ -165,12 +165,6 @@ TEST_P(TestVm, Trap) {
165
165
}
166
166
167
167
TEST_P (TestVm, Trap2) {
168
- if (engine_ == " wavm" ) {
169
- // TODO(mathetake): Somehow WAVM exits with 'munmap_chunk(): invalid pointer' on unidentified
170
- // build condition in 'libstdc++ abi::__cxa_demangle' originally from
171
- // WAVM::Runtime::describeCallStack. Needs further investigation.
172
- return ;
173
- }
174
168
auto source = readTestWasmFile (" trap.wasm" );
175
169
ASSERT_FALSE (source.empty ());
176
170
auto wasm = TestWasm (std::move (vm_));
You can’t perform that action at this time.
0 commit comments