-
The current `Platform.operatingSystem` implementation in the new version of this package
uses `Platform.operatingSystem` for native and `"browser"` for Web.
That doesn't exhaust our platforms any …
lrhn updated
11 months ago
-
**Feature request**
**Is your feature request related to a problem? Please describe.**
I'm trying to port closure compiler to wasm so that it can run from within a browser.
**Describe the solut…
-
## Summary
Copied from Discord.
Very simple program requires 100MB+ memory
```rust
use rustpython_vm as vm;
fn main() -> vm::PyResult {
vm::Interpreter::without_stdlib(Default::defau…
-
### What i want
just like wasmer, i declare some wasi functions in C++, and call them in C++
```
extern "C" {
EMSCRIPTEN_KEEPALIVE void *get_request_data(int field);
EMSCRIPTEN_KEEPALIVE ch…
-
In the following program, we compare two tuples with "is", while tuple types are uncomparable crashing gpython. We test it on the online gpython GO/wasm and Gopherjs.
test.py
```
e = (1, 2)
…
-
*Title*: Allow files to be specified when enabling a wasm plugin which will be accessible via wasi.
*Description*:
It can be useful to load large-ish data files from a wasm plugin, for example …
-
Hi,
I installed the image builder based on [this](https://image-builder.sigs.k8s.io/capi/quickstart.html) doc.
Then to building an image for Openstack I use [this](https://image-builder.sigs.k8s.io/…
-
# Unused dependencies
| Crate | Package | Type |
|----:|-------:|-------:|
|namada_vp_env 0.39.0|namada_ibc|normal|
-
In https://github.com/containers/common/commit/1aedc12e356cfd29a5bb54d94e9b2e09da3649ca you added the following signal rules to the AppArmor profile:
```
# Allow certain signals from OCI runtime…
-
Would be good to have a package for [WAVM]( https://github.com/AndrewScheidecker/WAVM ), a WebAssembly VM.
ref: https://github.com/WebAssembly/wasm-jit-prototype