MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / assertIsWasmDylib

Method assertIsWasmDylib

test/test_other.py:328–329  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

326 self.assertTrue(building.is_wasm(filename))
327
328 def assertIsWasmDylib(self, filename):
329 self.assertTrue(building.is_wasm_dylib(filename))
330
331 def do_other_test(self, testname, cflags=None, **kwargs):
332 return self.do_run_in_out_file_test(test_file('other', testname), cflags=cflags, **kwargs)

Callers 2

test_fake_dylibsMethod · 0.95
test_shared_flagMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected