GitXplorerGitXplorer
e

wasm-native-library-sandbox

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
7ffe12a3b4514a3bff8d9117de265938fc1e95bc

README improved

eemepetres committed 3 years ago
Unverified
5104a2f64f98ea12b3c337f1c0cc89f7b27e14a6

OpenAL library

eemepetres committed 3 years ago
Unverified
ba0f0350b4aeba0f9c1ac3a5c792489e6f58218a

egl; callback sample

eemepetres committed 3 years ago
Unverified
ddf7efb67ac1f287621574b91004c719b7f91c73

hello world method

eemepetres committed 3 years ago
Verified
323005b5c29d90d3a2d6a9f37693f59a78e2923b

Initial commit

eemepetres committed 3 years ago

README

The README file for this repository.

WASM Native Libraries

Sandbox to test wasm static libraries compilation and linking with .Net 6.0

Setup emscripten

./scripts/setup.sh

Build

  1. Sandbox:./scripts/build.sh
  2. WebGL:./scripts/build_egl.sh
  3. OpenAL:./scripts/build_al.sh