-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
run code below in MacOS arm64. build wasmedge-quickjs from latest main branch, and use wasmedge 0.14.1
import { fetch } from 'http';
async function test_fetch() {
try {
print('test_fetch start');
let r = await fetch('https://httpbin.org/delay/10');
print('test_fetch\n', await r.text());
} catch (e) {
print(e);
}
}
test_fetch();Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
