Skip to content

Commit

Permalink
wasm-wasip1
Browse files Browse the repository at this point in the history
  • Loading branch information
ac000 committed Aug 27, 2024
1 parent 9680328 commit d4eb599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/applications/lang/wasm_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def prepare_env(script):
def load(self, script, **kwargs):
self.prepare_env(script)

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'

self._load_conf(
{
Expand Down

0 comments on commit d4eb599

Please sign in to comment.