Here are some examples of what you can do with the WebContainers Playground.
Recommended: Open playgrounds one at a time and try not to have more than one open at once across different tabs. This prevents the IDE from running out of its allocated memory.
Using AssemblyScript to create and export a function to calculate the fibonacci sequence, and then calling it from JavaScript inside the browser.
A simple example of a React component interacting with a WebAssembly module using AssemblyScript.
Using the AssemblyScript standard library load/store operations to interact with memory using JavaScript and WebAssembly.
Using AssemblyScript to perform addition and subtraction.