File tree 3 files changed +2
-1
lines changed
3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
(module
6
6
(import " ./wasm-dep.js" " jsFn" (func $jsFn (result i32 )))
7
7
(import " ./wasm-dep.js" " jsInitFn" (func $jsInitFn ))
8
- (import " http://localhost :4545/cli/tests/051_wasm_import/remote.ts" " jsRemoteFn" (func $jsRemoteFn (result i32 )))
8
+ (import " http://127.0.0.1 :4545/cli/tests/051_wasm_import/remote.ts" " jsRemoteFn" (func $jsRemoteFn (result i32 )))
9
9
(export " add" (func $add ))
10
10
(export " addImported" (func $addImported ))
11
11
(export " addRemote" (func $addRemote ))
Original file line number Diff line number Diff line change @@ -359,6 +359,7 @@ itest!(_050_more_jsons {
359
359
itest ! ( _051_wasm_import {
360
360
args: "run --reload --allow-net --allow-read 051_wasm_import.ts" ,
361
361
output: "051_wasm_import.ts.out" ,
362
+ http_server: true ,
362
363
} ) ;
363
364
364
365
itest ! ( lock_check_ok {
You can’t perform that action at this time.
0 commit comments