Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ setup_wasmfs_test
Method
setup_wasmfs_test
test/common.py:693–695 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
691
self.set_setting(
'NODERAWFS'
)
692
693
def
setup_wasmfs_test(self):
694
self.set_setting(
'WASMFS'
)
695
self.cflags += [
'-DWASMFS'
]
696
697
def
set_temp_dir(self, temp_dir):
698
self.temp_dir = temp_dir
Callers
2
metafunc
Function · 0.80
metafunc
Function · 0.80
Calls
1
set_setting
Method · 0.95
Tested by
1
metafunc
Function · 0.64