Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time. Cannot retrieve contributors at this time
11 lines (8 sloc) 568 Bytes

Wasmer is a Universal WebAssembly Runtime that allows running *.was binaries as well as *.wat text files on Linux. Wasmer is implemented in Rust.

This apps contains examples of 3 WASM apps - lua, sqlite and nginx.

For more info look at https://wasmer.io/.

Please note that like all apps written in Rust, wasmer uses pretty large TLS so in order to run it on OSv you nead to link loader.elf with big enough local TLS reservation using proper value of app_local_exec_tls_size parameter when passing it to the ./scripts/build'. Currently the values is 2408`.

You can’t perform that action at this time.