We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4298f9 commit 264f4afCopy full SHA for 264f4af
test/unit/applications/lang/wasm_component.py
@@ -41,7 +41,7 @@ def prepare_env(script):
41
def load(self, script, **kwargs):
42
self.prepare_env(script)
43
44
- component_path = f'{option.temp_dir}/wasm_component/{script}/target/wasm32-wasi/release/test_wasi_component.wasm'
+ component_path = f'{option.temp_dir}/wasm_component/{script}/target/wasm32-wasip1/release/test_wasi_component.wasm'
45
46
self._load_conf(
47
{
0 commit comments