Skip to content

Commit

Permalink
fix seminar date
Browse files Browse the repository at this point in the history
  • Loading branch information
camoy committed Apr 15, 2024
1 parent ff435f6 commit 103d6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seminars.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"Chris Fallin"
"https://cfallin.org/"
"Fastly"
(datetime 2024 05 16 12 00)
(datetime 2024 04 16 12 00)
"WVH 366"
@list{
@p{WebAssembly (Wasm) is a simple, formally specified, low-level bytecode format that is designed to be a good compilation target for statically-typed languages such as C, C++, and Rust (among others). It has excellent sandboxing properties, and has thus seen adoption in applications where untrusted user code must run. Unfortunately, the story for dynamically-typed (and otherwise highly dynamic) languages such as JavaScript running on Wasm-based platforms is less well-developed: the state of the art is to embed an interpreter within a Wasm module and package it with bytecode.}
Expand Down

0 comments on commit 103d6aa

Please sign in to comment.