Skip to content

wasm-outbound-http-examples/berry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make HTTP requests from inside WASM in Berry-lang

This devcontainer is configured to provide you the latest stable version of Emscripten.

Open in GitHub Codespaces

# Example Description Browser demo
1

EMSCRIPTEN_FETCH_SYNCHRONOUS

Berry "native" function employing sync XHR

Demo

2

EMSCRIPTEN_FETCH_SYNCHRONOUS with enabled ASYNCIFY

Berry "native" function employing sync XHR, built with ASYNCIFY support. Resulting WASM file is 650k larger.

Demo

Created for (wannabe-awesome) list