Skip to content

Instantly share code, notes, and snippets.

View genevieve's full-sized avatar
🥐

Genevieve L'Esperance genevieve

🥐
View GitHub Profile
@genevieve
genevieve / main.go
Last active October 21, 2021 18:25
v8 isolates sharing compiled scripts / cached data
package main
import (
"fmt"
"time"
v8 "rogchap.com/v8go"
)
func main() {
@genevieve
genevieve / git-buildpack.md
Last active February 6, 2021 00:06
Git Buildpack RFC

Git Support

Proposal

Introduce an (optional) Git buildpack into each language buildpack family. The buildpack will be charged with providing git metadata as build-time and run-time environment variables.

Motivation