Skip to content

Added Boa, Goja, Otto to JS section#143

Merged
appcypher merged 1 commit into
appcypher:masterfrom
vasilev:added_Boa_Goja_Otto
Apr 16, 2024
Merged

Added Boa, Goja, Otto to JS section#143
appcypher merged 1 commit into
appcypher:masterfrom
vasilev:added_Boa_Goja_Otto

Conversation

@vasilev
Copy link
Copy Markdown
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