run-wasm icon indicating copy to clipboard operation
run-wasm copied to clipboard

Run WASM based code executions in the browser easily

Results 18 run-wasm issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. Try to follow instructions from [example `README.md`](https://github.com/slipHQ/run-wasm/blob/main/example-nextjs/README.md) but unable to make it work. **To Reproduce** Steps to...

Hey, I recently found the [goscript](https://github.com/oxfeeefeee/goscript) package which is a Go interpreter written in Rust which can be compiled to wasm and used to interpret and run Go code in...

Hacktoberfest

Pyodide has types available and we should use those instead `any`

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I think the `example-nextjs`...

**Describe the bug** When a page calls `createTSClient` from `@run-wasm/ts` its `console.log` function is silently broken. This is because that functions calls the `TSClient` constructor: ``` public constructor(protected ts: any)...

Hi, Very nice project. Excellent work, indeed. This comment is just for discussion and to ask about the scope of the project. Do you plan to add more language support?...

**Is your feature request related to a problem? Please describe.** Nope, but it'd be sweet! I'd definitely be able to make use of this on my running dashboard, but "I...

Hacktoberfest

**Is your feature request related to a problem? Please describe.** At the moment, there is only one really _really_ basic test case covering the `TSClient`. There are no test cases...

**Is your feature request related to a problem? Please describe.** We are currently using [`eval`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval) to run the code. People strongly recommend against using it, though: [Why is using the...

Hacktoberfest