webassembly
WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.
Here are 292 public repositories matching this topic...
MDN docs: clientWidth, clientHeight
These properties are useful for getting the actual width and height of an element as it is displayed on the webpage, and it is the [recommended way](https://webglfundamentals.org/webgl/lessons/webgl-anti-patt
breadcrumbs.ts:155 Error importing index.js: TypeError: Cannot set property 'style' of undefined
at resize (index.js?ee1c:114)
at eval (index.js?ee1c:117)
at Module../js/index.js (1.e22692a2f01f3cf7e8df.js:343)
at webpack_require (main.92fa4d75296f0cce142e.js:84)

-
Updated
Jul 13, 2020 - Rust
-
Updated
Jun 17, 2020 - Rust
Add a bootnode config validation. account_id cannot be Some("34.89.175.66 :24567") and address must be defined.
[2019-11-06T11:06:42Z WARN near_network::peer_manager] Trying to connect to peer with no public address: PeerInfo { id: ed25519:FF7ttcBjsyNtXh6fBw5q85o2HYgtPxnC36Xhvt3HYb8X, addr: None, account_id: Some("34.89.175.66 :24567") }
-
Updated
Jul 9, 2019 - Rust
error: proc-macro derive panicked
--> src/lib.rs:14:10
|
14 | #[derive(GraphQLQuery)]
| ^^^^^^^^^^^^
|
= help: message: Extracting query path.
The graphql attribute is missing
error: proc-macro derive panicked
--> src/lib.rs:14:10
|
14 | #[derive(GraphQLQuery)]
| ^^^^^^^^^^^^
|
= help: message: Extracting schem
-
Updated
Apr 18, 2020 - Rust
-
Updated
Aug 13, 2018 - Rust
It took me a bit to figure this out and I think the documentation doesn't really cover it and I had to piece things together from the code so I want to leave a snippet here that may help others.
This is a pretty nifty test which illustrates compiling identical modules from wat with wat2wasm in the wabt crate and the parity-wasm module builder api.
#[cfg(test)]
mod tests {
-
Updated
May 16, 2020 - Rust
The contract! macro is part of the API provided to the contract developer. It should therefore be documented. Currently, there is no easy way to know that there is a env parameter to this macro that allows specifying an own EnvTypes impl.
-
Updated
Mar 2, 2020 - Rust
@torch2424 ran into an issue with source being a relative path that started with ../.. and was outside the manifest directory. The error message they got was vague enough that there's no chance someone not familiar with the code would be able to spot the error.
-
Updated
Jul 7, 2020 - Rust
-
Updated
Jun 13, 2020 - Rust
-
Updated
May 8, 2020 - Rust
Right now, going to sandbox.edit.io (or a locally running edit-text instance) will open up the document that corresponds to the requester's IP address, e.g. /welcome-127-0-0-1. This code lives in edit-server.rs:
We want to add another check just before this which
Using the middleware functionality available in the host, we should provide a crate that contains an OpenTracing middleware implementation. This should perform, at a minimum, the following:
- Initiate a new span when appropriate:
- When a capability invokes an actor without an existing span
- When the host performs a manual invocation on an actor (which will not have an existing span)
-
Updated
May 8, 2020 - Rust
Currently user needs to kill the process to terminate nes-rust in standalone mode. We should add a proper way to stop.
- Organization
- WebAssembly
- Website
- webassembly.org
- Wikipedia
- Wikipedia
I think it would help users to have some clear information directly accessible about: