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

Method assertIsObjectFile

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

Source from the content-addressed store, hash-verified

323 super().setUp()
324
325 def assertIsObjectFile(self, filename):
326 self.assertTrue(building.is_wasm(filename))
327
328 def assertIsWasmDylib(self, filename):
329 self.assertTrue(building.is_wasm_dylib(filename))

Callers 3

test_emcc_2Method · 0.95
test_fake_dylibsMethod · 0.95

Calls 1

is_wasmMethod · 0.80

Tested by

no test coverage detected