-
## Basic principles
1. Pulling specific versions of tools to to build dependencies from npm is ok
npm guarantees immutability, and guarantees to give you the same thing for a given version
1. C…
-
Hot off the presses, WebAssembly now has a proposal for compile-time imports: https://github.com/WebAssembly/design/issues/1479.
This is a very early stage proposal on the WebAssembly side, but it'…
-
Related: https://github.com/webpack/webpack/issues/14087
When building my functional wasm package, I get:
```
Hash: 964659855f4448e72a10
Version: webpack 4.42.0
Time: 807ms
Built at: 05/15/2…
-
GHC has recently [introduced support for the WASM backend](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/wasm.html).
Unfortunately, w2c2 will throw the following error when trying to generate C…
-
**Tesseract.js version (5.1.1)**
**Describe the bug**
In Manifest V3, all of the extension's logic must be part of the extension package. while configuring tesseract.js in my project which is expe…
-
Hello,
We've recently updated to the latest version of wasm-bindgen (0.2.92) and Rust 1.78.
Using the module build from this repository and this particular commit (now we have downgraded both in ord…
-
I got this when I ran `emcc hello.c -s WASM=1 -o hello.html`. What should I do?
```
build executables
save the before js
process input
cannot use WASM=1 when full asm.js validation was disabled…
-
In the Overview, Throws and Debugging sections, an uncaught exception is described to *terminate* the application/execution/thread. Thus far, there is not a "terminate" concept in webassembly and, e.…
-
I was inspired by @ncoghlan's [comment](https://github.com/pypyjs/pypyjs/issues/145#issuecomment-307676616) suggesting using asm2wasm for converting the current asm.js JIT to a wasm one. As a fun week…
-
src/main.rs:
```
#[test] fn test() { 1u128.rotate_right(1) }
```
cargo web test --target=wasm32-unknown-unknown:
```
Compiling test-rotate v0.1.0 (/home/kaz/repo/test-rotate)
Finished …
kazcw updated
5 years ago