-
Do to security issues that cannot be properly addressed I (XmiliaH) will stop maintaining this library.
For a replacement look into [isolated-vm](https://www.npmjs.com/package/isolated-vm).
-
There is some interest in using this to run Flutter.
https://skia.org/dev/flutter
But as far as I know dart does not compile to WASM. It's possible that Dart WASM is not needed.
I know there is…
ghost updated
5 years ago
-
Hey,
I'm thinking about trying to get blink running in the browser (via webassembly). My goal isn't just to run c code in the browser (could just use emscripten for that) but to actually run ape x6…
-
-
One of the consequences of #948, is that we would get access to the parent context ID via `prnt_ctx` column. This means, we would be able to execute operations which read values from (and even write v…
-
They use 2 integrations as they need to supply inital dependencies to the internal loader
funny thing they implemented web modules but they forgotten the integrity part which is importent.
@stac…
-
After some of this changes: #4059 or #4077 or #4076
LICM pass stopped working.
Here minimal example:
```ts
export function loop1(n: i32, ptr: usize): void {
let acc = 0;
for (let i = 0; …
-
### What problem does your feature solve?
Developers who do not use the Rust SDK must implement arithmetic functions like add, sub, mul, etc. for i128 and u128 themselves. This is difficult, err…
-
We have a chrome extension written in C++ and Javascript. The extension uses Chrome's [NaCl](https://developer.chrome.com/native-client) sandbox for running compiled C++ code in the browser efficientl…
-
### Describe the bug
Follow the reproduction at https://github.com/fpapado/swc-1.8.0-and-plugin-styled-components-4.0.0.
Using @swc/core@1.8.0 together with @swc/plugin-styled-components@4.0.0 and…