Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Boa, Goja, Otto to JS section #143

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

vasilev
Copy link
Contributor

@vasilev vasilev commented Jan 29, 2024

Added Boa, Goja, Otto to JavaScript section.

Proofs

  • Boa - presents a WASM-based playground
  • Goja - An oversimplified example is available. This small progam embeds a goja VM as library and a JS code as string. After compiling to WASM, this program results to a single WASM file and works well in browsers and Deno+Bun. Browser demo is here
  • Otto - An oversimplified example is available too. This small progam embeds an Otto interpreter as library and a JS code as string. After compiling to WASM, this program results to a single WASM file and works well in browsers and Deno+Bun. Its browser demo is here.

This is a JavaScript portion of #140 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants